]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/use_self.stderr
Rustup https://github.com/rust-lang/rust/pull/67359
[rust.git] / tests / ui / use_self.stderr
index 3cdb1cb32495ad7951c7424db5af7418d97011c0..b33928597c1455534bd6f8327aec24263f200990 100644 (file)
@@ -56,6 +56,8 @@ LL |             fn new() -> Foo {
 ...
 LL |         use_self_expand!(); // Should lint in local macros
    |         ------------------- in this macro invocation
+   |
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: unnecessary structure name repetition
   --> $DIR/use_self.rs:113:17
@@ -65,6 +67,8 @@ LL |                 Foo {}
 ...
 LL |         use_self_expand!(); // Should lint in local macros
    |         ------------------- in this macro invocation
+   |
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: unnecessary structure name repetition
   --> $DIR/use_self.rs:148:21