]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0388.stderr
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / src / test / ui / error-codes / E0388.stderr
index 4886a156d2ea597e9478e44815e1c6414c0b1b47..106efc19ac9cf5e297828f635c5449b33e665ecb 100644 (file)
@@ -11,7 +11,7 @@ note: `const` item defined here
   --> $DIR/E0388.rs:2:1
    |
 LL | const C: i32 = 2;
-   | ^^^^^^^^^^^^^^^^^
+   | ^^^^^^^^^^^^
 
 error[E0764]: mutable references are not allowed in the final value of constants
   --> $DIR/E0388.rs:4:30
@@ -52,7 +52,7 @@ note: `const` item defined here
   --> $DIR/E0388.rs:2:1
    |
 LL | const C: i32 = 2;
-   | ^^^^^^^^^^^^^^^^^
+   | ^^^^^^^^^^^^
 
 error[E0764]: mutable references are not allowed in the final value of statics
   --> $DIR/E0388.rs:10:38