]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc_macro.stderr
Auto merge of #4478 - tsurai:master, r=flip1995
[rust.git] / tests / ui / proc_macro.stderr
1 error: approximate value of `f{32, 64}::consts::PI` found. Consider using it directly
2   --> $DIR/proc_macro.rs:7:14
3    |
4 LL |     let _x = 3.14;
5    |              ^^^^
6    |
7    = note: `#[deny(clippy::approx_constant)]` on by default
8
9 error: aborting due to previous error
10