rust/tests/ui/proc_macro.stderr

12 lines
294 B
Plaintext
Raw Normal View History

error: approximate value of `f{32, 64}::consts::PI` found
--> $DIR/proc_macro.rs:10:14
2019-02-24 08:59:58 -06:00
|
LL | let _x = 3.14;
| ^^^^
|
= help: consider using the constant directly
2022-09-22 11:04:22 -05:00
= note: `#[deny(clippy::approx_constant)]` on by default
2019-02-24 08:59:58 -06:00
error: aborting due to previous error