We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cb474 commit 13a4162Copy full SHA for 13a4162
src/test/ui/cross-crate-macro-backtrace/main.stderr
@@ -1,4 +1,4 @@
1
-error: invalid reference to argument `0` (no arguments given)
+error: 1 positional argument in format string, but no arguments were given
2
--> $DIR/main.rs:16:5
3
|
4
16 | myprintln!("{}"); //~ ERROR in this macro
src/test/ui/macros/macro-backtrace-println.stderr
--> $DIR/macro-backtrace-println.rs:24:30
24 | ($fmt:expr) => (myprint!(concat!($fmt, "/n")));
0 commit comments