2021-09-08 16:31:47 +02:00
|
|
|
error: approximate value of `f{32, 64}::consts::PI` found
|
2024-02-27 15:25:18 +01:00
|
|
|
--> tests/ui/proc_macro.rs:9:14
|
2019-02-24 15:59:58 +01:00
|
|
|
|
|
|
|
|
LL | let _x = 3.14;
|
|
|
|
| ^^^^
|
|
|
|
|
|
2021-09-08 16:31:47 +02:00
|
|
|
= help: consider using the constant directly
|
2022-09-22 20:04:22 +04:00
|
|
|
= note: `#[deny(clippy::approx_constant)]` on by default
|
2019-02-24 15:59:58 +01:00
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-02-24 15:59:58 +01:00
|
|
|
|