1
1
error: missing fragment specifier
2
- --> $DIR/macro-missing-fragment.rs:4 :20
2
+ --> $DIR/macro-missing-fragment.rs:9 :20
3
3
|
4
4
LL | ( $( any_token $field_rust_type )* ) => {};
5
5
| ^^^^^^^^^^^^^^^^
6
6
7
7
warning: missing fragment specifier
8
- --> $DIR/macro-missing-fragment.rs:4 :20
8
+ --> $DIR/macro-missing-fragment.rs:9 :20
9
9
|
10
10
LL | ( $( any_token $field_rust_type )* ) => {};
11
11
| ^^^^^^^^^^^^^^^^
12
12
|
13
13
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
14
14
= note: for more information, see issue #40107 <https://github.com/rust-lang/rust/issues/40107>
15
15
note: the lint level is defined here
16
- --> $DIR/macro-missing-fragment.rs:1 :9
16
+ --> $DIR/macro-missing-fragment.rs:6 :9
17
17
|
18
18
LL | #![warn(missing_fragment_specifier)]
19
19
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
20
20
21
21
warning: missing fragment specifier
22
- --> $DIR/macro-missing-fragment.rs:12 :7
22
+ --> $DIR/macro-missing-fragment.rs:19 :7
23
23
|
24
24
LL | ( $name ) => {};
25
25
| ^^^^^
@@ -28,7 +28,7 @@ LL | ( $name ) => {};
28
28
= note: for more information, see issue #40107 <https://github.com/rust-lang/rust/issues/40107>
29
29
30
30
warning: missing fragment specifier
31
- --> $DIR/macro-missing-fragment.rs:18 :7
31
+ --> $DIR/macro-missing-fragment.rs:26 :7
32
32
|
33
33
LL | ( $name ) => {};
34
34
| ^^^^^
@@ -40,45 +40,45 @@ error: aborting due to 1 previous error; 3 warnings emitted
40
40
41
41
Future incompatibility report: Future breakage diagnostic:
42
42
warning: missing fragment specifier
43
- --> $DIR/macro-missing-fragment.rs:4 :20
43
+ --> $DIR/macro-missing-fragment.rs:9 :20
44
44
|
45
45
LL | ( $( any_token $field_rust_type )* ) => {};
46
46
| ^^^^^^^^^^^^^^^^
47
47
|
48
48
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
49
49
= note: for more information, see issue #40107 <https://github.com/rust-lang/rust/issues/40107>
50
50
note: the lint level is defined here
51
- --> $DIR/macro-missing-fragment.rs:1 :9
51
+ --> $DIR/macro-missing-fragment.rs:6 :9
52
52
|
53
53
LL | #![warn(missing_fragment_specifier)]
54
54
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
55
55
56
56
Future breakage diagnostic:
57
57
warning: missing fragment specifier
58
- --> $DIR/macro-missing-fragment.rs:12 :7
58
+ --> $DIR/macro-missing-fragment.rs:19 :7
59
59
|
60
60
LL | ( $name ) => {};
61
61
| ^^^^^
62
62
|
63
63
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
64
64
= note: for more information, see issue #40107 <https://github.com/rust-lang/rust/issues/40107>
65
65
note: the lint level is defined here
66
- --> $DIR/macro-missing-fragment.rs:1 :9
66
+ --> $DIR/macro-missing-fragment.rs:6 :9
67
67
|
68
68
LL | #![warn(missing_fragment_specifier)]
69
69
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
70
70
71
71
Future breakage diagnostic:
72
72
warning: missing fragment specifier
73
- --> $DIR/macro-missing-fragment.rs:18 :7
73
+ --> $DIR/macro-missing-fragment.rs:26 :7
74
74
|
75
75
LL | ( $name ) => {};
76
76
| ^^^^^
77
77
|
78
78
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
79
79
= note: for more information, see issue #40107 <https://github.com/rust-lang/rust/issues/40107>
80
80
note: the lint level is defined here
81
- --> $DIR/macro-missing-fragment.rs:1 :9
81
+ --> $DIR/macro-missing-fragment.rs:6 :9
82
82
|
83
83
LL | #![warn(missing_fragment_specifier)]
84
84
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments