]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/listings/ch05-using-structs-to-structure-related-data/output-only-01-debug/output.txt
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / doc / book / listings / ch05-using-structs-to-structure-related-data / output-only-01-debug / output.txt
index c78a008970d121ee47b835d2e9fb27db71ab1cd8..67f01e6d24e456ea8be53664635f01c2429bc5c9 100644 (file)
@@ -9,7 +9,7 @@ error[E0277]: `Rectangle` doesn't implement `Debug`
    = help: the trait `Debug` is not implemented for `Rectangle`
    = note: add `#[derive(Debug)]` or manually implement `Debug`
    = note: required by `std::fmt::Debug::fmt`
-   = 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 `$crate::format_args_nl` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error