]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/out-of-order-shadowing.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / out-of-order-shadowing.stderr
index eb93cfe774b9c61c37e1b47cce4eb65146e62bb8..b414f9230b6758355ea8f440487ddb7234342367 100644 (file)
@@ -14,7 +14,7 @@ note: `bar` could also refer to the macro defined here
    |
 LL | macro_rules! bar { () => {} }
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error