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