11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
error: approximate value of `f{32, 64}::consts::PI` found. Consider using it directly
|
|
--> $DIR/proc_macro.rs:10:14
|
|
|
|
|
LL | let _x = 3.14;
|
|
| ^^^^
|
|
|
|
|
= note: `#[deny(clippy::approx_constant)]` on by default
|
|
|
|
error: aborting due to previous error
|
|
|