mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
11 lines
294 B
Text
11 lines
294 B
Text
error: approximate value of `f{32, 64}::consts::PI` found
|
|
--> $DIR/proc_macro.rs:10:14
|
|
|
|
|
LL | let _x = 3.14;
|
|
| ^^^^
|
|
|
|
|
= note: `#[deny(clippy::approx_constant)]` on by default
|
|
= help: consider using the constant directly
|
|
|
|
error: aborting due to previous error
|
|
|