]> git.lizzy.rs Git - rust.git/blob - src/test/ui/cross-crate-macro-backtrace/main.stderr
Rollup merge of #37836 - steveklabnik:remove-incorrect-reference-comment, r=Guillaume...
[rust.git] / src / test / ui / cross-crate-macro-backtrace / main.stderr
1 error: invalid reference to argument `0` (no arguments given)
2   --> $DIR/main.rs:16:5
3    |
4 16 |     myprintln!("{}"); //~ ERROR in this macro
5    |     ^^^^^^^^^^^^^^^^^
6    |
7    = note: this error originates in a macro outside of the current crate
8
9 error: aborting due to previous error
10