]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/proc_macro.stderr
iterate List by value
[rust.git] / tests / ui / proc_macro.stderr
index ec19cd8fc5fb8179a9404ca0a3703845cb3d05fe..872cbc66af622669d21daa5ae1883d0ac4b97c40 100644 (file)
@@ -1,10 +1,10 @@
 error: approximate value of `f{32, 64}::consts::PI` found. Consider using it directly
-  --> $DIR/proc_macro.rs:7:14
+  --> $DIR/proc_macro.rs:10:14
    |
 LL |     let _x = 3.14;
    |              ^^^^
    |
-   = note: #[deny(clippy::approx_constant)] on by default
+   = note: `#[deny(clippy::approx_constant)]` on by default
 
 error: aborting due to previous error