]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/proc_macro.stderr
Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomcc
[rust.git] / src / tools / clippy / tests / ui / proc_macro.stderr
1 error: approximate value of `f{32, 64}::consts::PI` found
2   --> $DIR/proc_macro.rs:10:14
3    |
4 LL |     let _x = 3.14;
5    |              ^^^^
6    |
7    = help: consider using the constant directly
8    = note: `#[deny(clippy::approx_constant)]` on by default
9
10 error: aborting due to previous error
11