mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
11 lines
271 B
Text
11 lines
271 B
Text
|
error: approximate value of `f{32, 64}::consts::PI` found. Consider using it directly
|
||
|
--> $DIR/proc_macro.rs:7:14
|
||
|
|
|
||
|
LL | let _x = 3.14;
|
||
|
| ^^^^
|
||
|
|
|
||
|
= note: #[deny(clippy::approx_constant)] on by default
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|