]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc-2361-dbg-macro/dbg-macro-requires-debug.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / rfc-2361-dbg-macro / dbg-macro-requires-debug.stderr
index ecab673953d6d6c30bf442365fb36ec946af3d8b..799a05bf7e8988086b5f299be0590ca7061a001a 100644 (file)
@@ -8,7 +8,7 @@ LL |     let _: NotDebug = dbg!(NotDebug);
    = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
    = note: required because of the requirements on the impl of `std::fmt::Debug` for `&NotDebug`
    = note: required by `std::fmt::Debug::fmt`
-   = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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