]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/macros/macro-local-data-key-priv.stderr
New upstream version 1.57.0+dfsg1
[rustc.git] / src / test / ui / macros / macro-local-data-key-priv.stderr
index 89ff753b378dbf0454ea795c02a53ceff6ab6d42..b449e34736820c6a8f5297bfe1a1ebddbdc92459 100644 (file)
@@ -8,7 +8,7 @@ note: the constant `baz` is defined here
   --> $DIR/macro-local-data-key-priv.rs:4:5
    |
 LL |     thread_local!(static baz: f64 = 0.0);
-   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    = note: this error originates in the macro `$crate::__thread_local_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error