rust-clippy/tests/ui/proc_macro.stderr
2022-10-01 10:03:06 +00:00

11 lines
294 B
Text

error: approximate value of `f{32, 64}::consts::PI` found
--> $DIR/proc_macro.rs:10:14
|
LL | let _x = 3.14;
| ^^^^
|
= help: consider using the constant directly
= note: `#[deny(clippy::approx_constant)]` on by default
error: aborting due to previous error