summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/min_rust_version_attr.stderr
blob: 68aa58748190be3552ef5ad7455f95b32dc7fce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
error: approximate value of `f{32, 64}::consts::LOG2_10` found
  --> $DIR/min_rust_version_attr.rs:13:19
   |
LL |     let log2_10 = 3.321928094887362;
   |                   ^^^^^^^^^^^^^^^^^
   |
   = help: consider using the constant directly
   = note: `#[deny(clippy::approx_constant)]` on by default

error: approximate value of `f{32, 64}::consts::LOG2_10` found
  --> $DIR/min_rust_version_attr.rs:18:19
   |
LL |     let log2_10 = 3.321928094887362;
   |                   ^^^^^^^^^^^^^^^^^
   |
   = help: consider using the constant directly

error: approximate value of `f{32, 64}::consts::LOG2_10` found
  --> $DIR/min_rust_version_attr.rs:28:19
   |
LL |     let log2_10 = 3.321928094887362;
   |                   ^^^^^^^^^^^^^^^^^
   |
   = help: consider using the constant directly

error: aborting due to 3 previous errors