]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/unseparated_prefix_literals.stderr
Auto merge of #6336 - giraffate:sync-from-rust, r=flip1995
[rust.git] / tests / ui / unseparated_prefix_literals.stderr
index d353d34fb3575d30c2ed56ca8ccfef7022953b7d..d7dd526bcb9af431f2f93291401e3781be90f64f 100644 (file)
@@ -50,6 +50,8 @@ LL |         42usize
 ...
 LL |     let _ = lit_from_macro!();
    |             ----------------- in this macro invocation
+   |
+   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: integer type suffix should be separated by an underscore
   --> $DIR/unseparated_prefix_literals.rs:40:16