@@ -12,30 +12,16 @@ note: the lint level is defined here
12
12
LL | #[warn(meta_variable_misuse)]
13
13
| ^^^^^^^^^^^^^^^^^^^^
14
14
15
- warning: missing fragment specifier
16
- --> $DIR/expansion-time.rs:9:19
17
- |
18
- LL | macro_rules! m { ($i) => {} }
19
- | ^^
20
- |
21
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
22
- = note: for more information, see issue #40107 <https://github.com/rust-lang/rust/issues/40107>
23
- note: the lint level is defined here
24
- --> $DIR/expansion-time.rs:8:8
25
- |
26
- LL | #[warn(missing_fragment_specifier)]
27
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^
28
-
29
15
warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
30
- --> $DIR/expansion-time.rs:14 :7
16
+ --> $DIR/expansion-time.rs:10 :7
31
17
|
32
18
LL | #[bench]
33
19
| ^^^^^
34
20
|
35
21
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
36
22
= note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
37
23
note: the lint level is defined here
38
- --> $DIR/expansion-time.rs:12 :8
24
+ --> $DIR/expansion-time.rs:8 :8
39
25
|
40
26
LL | #[warn(soft_unstable)]
41
27
| ^^^^^^^^^^^^^
@@ -47,39 +33,24 @@ LL | 2
47
33
| ^
48
34
|
49
35
note: the lint level is defined here
50
- --> $DIR/expansion-time.rs:29 :8
36
+ --> $DIR/expansion-time.rs:25 :8
51
37
|
52
38
LL | #[warn(incomplete_include)]
53
39
| ^^^^^^^^^^^^^^^^^^
54
40
55
- warning: 4 warnings emitted
41
+ warning: 3 warnings emitted
56
42
57
43
Future incompatibility report: Future breakage diagnostic:
58
- warning: missing fragment specifier
59
- --> $DIR/expansion-time.rs:9:19
60
- |
61
- LL | macro_rules! m { ($i) => {} }
62
- | ^^
63
- |
64
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
65
- = note: for more information, see issue #40107 <https://github.com/rust-lang/rust/issues/40107>
66
- note: the lint level is defined here
67
- --> $DIR/expansion-time.rs:8:8
68
- |
69
- LL | #[warn(missing_fragment_specifier)]
70
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^
71
-
72
- Future breakage diagnostic:
73
44
warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
74
- --> $DIR/expansion-time.rs:14 :7
45
+ --> $DIR/expansion-time.rs:10 :7
75
46
|
76
47
LL | #[bench]
77
48
| ^^^^^
78
49
|
79
50
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
80
51
= note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
81
52
note: the lint level is defined here
82
- --> $DIR/expansion-time.rs:12 :8
53
+ --> $DIR/expansion-time.rs:8 :8
83
54
|
84
55
LL | #[warn(soft_unstable)]
85
56
| ^^^^^^^^^^^^^
0 commit comments