We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fe204 commit bad4869Copy full SHA for bad4869
src/test/compile-fail/bad-format-args.rs
@@ -9,11 +9,11 @@
9
// except according to those terms.
10
11
// error-pattern: requires at least a format string argument
12
-// error-pattern: bad-format-args.rs:19:5: 19:15: note: in this expansion
+// error-pattern: in this expansion
13
14
// error-pattern: expected token: `,`
15
-// error-pattern: bad-format-args.rs:20:5: 20:19: note: in this expansion
16
-// error-pattern: bad-format-args.rs:21:5: 21:22: note: in this expansion
17
18
fn main() {
19
format!();
0 commit comments