]> git.lizzy.rs Git - rust.git/blob - tests/ui/min_rust_version_attr.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / min_rust_version_attr.stderr
1 error: approximate value of `f{32, 64}::consts::LOG2_10` found
2   --> $DIR/min_rust_version_attr.rs:13:19
3    |
4 LL |     let log2_10 = 3.321928094887362;
5    |                   ^^^^^^^^^^^^^^^^^
6    |
7    = help: consider using the constant directly
8    = note: `#[deny(clippy::approx_constant)]` on by default
9
10 error: approximate value of `f{32, 64}::consts::LOG2_10` found
11   --> $DIR/min_rust_version_attr.rs:18:19
12    |
13 LL |     let log2_10 = 3.321928094887362;
14    |                   ^^^^^^^^^^^^^^^^^
15    |
16    = help: consider using the constant directly
17
18 error: approximate value of `f{32, 64}::consts::LOG2_10` found
19   --> $DIR/min_rust_version_attr.rs:28:19
20    |
21 LL |     let log2_10 = 3.321928094887362;
22    |                   ^^^^^^^^^^^^^^^^^
23    |
24    = help: consider using the constant directly
25
26 error: aborting due to 3 previous errors
27