rust/tests/ui/proc_macro.stderr

11 lines
274 B
Text
Raw Normal View History

2019-02-24 15:59:58 +01:00
error: approximate value of `f{32, 64}::consts::PI` found. Consider using it directly
--> $DIR/proc_macro.rs:10:14
2019-02-24 15:59:58 +01:00
|
LL | let _x = 3.14;
| ^^^^
|
= note: `#[deny(clippy::approx_constant)]` on by default
2019-02-24 15:59:58 +01:00
error: aborting due to previous error