|
1 | 1 | error: 1 positional argument in format string, but no arguments were given
|
2 |
| - --> $DIR/macro-comma-behavior.rs:27:23 |
| 2 | + --> $DIR/macro-comma-behavior.rs:29: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:30:23 |
| 8 | + --> $DIR/macro-comma-behavior.rs:32: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:36:29 |
| 14 | + --> $DIR/macro-comma-behavior.rs:38: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:39:29 |
| 20 | + --> $DIR/macro-comma-behavior.rs:41: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:44:18 |
| 26 | + --> $DIR/macro-comma-behavior.rs:46: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:56:18 |
| 32 | + --> $DIR/macro-comma-behavior.rs:58: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:60:19 |
| 38 | + --> $DIR/macro-comma-behavior.rs:62: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:67:17 |
| 44 | + --> $DIR/macro-comma-behavior.rs:69: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:78:21 |
| 50 | + --> $DIR/macro-comma-behavior.rs:80: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:87:24 |
| 56 | + --> $DIR/macro-comma-behavior.rs:89:24 |
57 | 57 | |
|
58 | 58 | LL | write!(f, "{}",)?;
|
59 | 59 | | ^^
|
|
0 commit comments