rust-clippy/tests/ui/proc_macro.stderr
Nilstrieb c2c73189c8 Bless clippy tests
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

11 lines
295 B
Text

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