rust/tests/ui/proc_macro.stderr

11 lines
273 B
Plaintext
Raw Normal View History

2019-02-24 22:59:58 +08:00
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
2019-02-24 22:59:58 +08:00
error: aborting due to previous error