]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/span/slice-borrow.stderr
Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb
[rust.git] / src / test / ui / span / slice-borrow.stderr
index 745936e11eafc05d45a8bee1d4704290e8746b7f..62a4a6009d433780516a3ff835ca8712b89e6704 100644 (file)
@@ -10,7 +10,7 @@ LL |     y.use_ref();
    |     - borrow later used here
    |
    = note: consider using a `let` binding to create a longer lived value
-   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error