|
1 | 1 | error: 1 positional argument in format string, but no arguments were given
|
2 |
| - --> $DIR/macro-comma-behavior.rs:21:23 |
| 2 | + --> $DIR/macro-comma-behavior.rs:36:23 |
3 | 3 | |
|
4 | 4 | LL | assert_eq!(1, 1, "{}",);
|
5 | 5 | | ^^
|
6 | 6 |
|
7 | 7 | error: 1 positional argument in format string, but no arguments were given
|
8 |
| - --> $DIR/macro-comma-behavior.rs:24:23 |
| 8 | + --> $DIR/macro-comma-behavior.rs:39:23 |
9 | 9 | |
|
10 | 10 | LL | assert_ne!(1, 2, "{}",);
|
11 | 11 | | ^^
|
12 | 12 |
|
13 | 13 | error: 1 positional argument in format string, but no arguments were given
|
14 |
| - --> $DIR/macro-comma-behavior.rs:30:29 |
| 14 | + --> $DIR/macro-comma-behavior.rs:45:29 |
15 | 15 | |
|
16 | 16 | LL | debug_assert_eq!(1, 1, "{}",);
|
17 | 17 | | ^^
|
18 | 18 |
|
19 | 19 | error: 1 positional argument in format string, but no arguments were given
|
20 |
| - --> $DIR/macro-comma-behavior.rs:33:29 |
| 20 | + --> $DIR/macro-comma-behavior.rs:48:29 |
21 | 21 | |
|
22 | 22 | LL | debug_assert_ne!(1, 2, "{}",);
|
23 | 23 | | ^^
|
24 | 24 |
|
25 | 25 | error: 1 positional argument in format string, but no arguments were given
|
26 |
| - --> $DIR/macro-comma-behavior.rs:38:18 |
| 26 | + --> $DIR/macro-comma-behavior.rs:54:18 |
27 | 27 | |
|
28 | 28 | LL | eprint!("{}",);
|
29 | 29 | | ^^
|
30 | 30 |
|
31 | 31 | error: 1 positional argument in format string, but no arguments were given
|
32 |
| - --> $DIR/macro-comma-behavior.rs:50:18 |
| 32 | + --> $DIR/macro-comma-behavior.rs:68:18 |
33 | 33 | |
|
34 | 34 | LL | format!("{}",);
|
35 | 35 | | ^^
|
36 | 36 |
|
37 | 37 | error: 1 positional argument in format string, but no arguments were given
|
38 |
| - --> $DIR/macro-comma-behavior.rs:54:19 |
| 38 | + --> $DIR/macro-comma-behavior.rs:72:19 |
39 | 39 | |
|
40 | 40 | LL | format_args!("{}",);
|
41 | 41 | | ^^
|
42 | 42 |
|
43 | 43 | error: 1 positional argument in format string, but no arguments were given
|
44 |
| - --> $DIR/macro-comma-behavior.rs:61:17 |
| 44 | + --> $DIR/macro-comma-behavior.rs:80:17 |
45 | 45 | |
|
46 | 46 | LL | print!("{}",);
|
47 | 47 | | ^^
|
48 | 48 |
|
49 | 49 | error: 1 positional argument in format string, but no arguments were given
|
50 |
| - --> $DIR/macro-comma-behavior.rs:72:21 |
| 50 | + --> $DIR/macro-comma-behavior.rs:92:21 |
51 | 51 | |
|
52 | 52 | LL | unimplemented!("{}",);
|
53 | 53 | | ^^
|
54 | 54 |
|
55 | 55 | error: 1 positional argument in format string, but no arguments were given
|
56 |
| - --> $DIR/macro-comma-behavior.rs:81:24 |
| 56 | + --> $DIR/macro-comma-behavior.rs:101:24 |
57 | 57 | |
|
58 | 58 | LL | write!(f, "{}",)?;
|
59 | 59 | | ^^
|
|
0 commit comments