summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/proc_macro.stderr
blob: 122374ea804ddf3609e3e816461c7e814f6847fe (plain)
1
2
3
4
5
6
7
8
9
10
11
error: approximate value of `f{32, 64}::consts::PI` found
  --> $DIR/proc_macro.rs:9:14
   |
LL |     let _x = 3.14;
   |              ^^^^
   |
   = help: consider using the constant directly
   = note: `#[deny(clippy::approx_constant)]` on by default

error: aborting due to 1 previous error