@@ -12,30 +12,16 @@ note: the lint level is defined here
1212LL | #[warn(meta_variable_misuse)]
1313 | ^^^^^^^^^^^^^^^^^^^^
1414
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-
2915warning: 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
3117 |
3218LL | #[bench]
3319 | ^^^^^
3420 |
3521 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
3622 = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
3723note: the lint level is defined here
38- --> $DIR/expansion-time.rs:12 :8
24+ --> $DIR/expansion-time.rs:8 :8
3925 |
4026LL | #[warn(soft_unstable)]
4127 | ^^^^^^^^^^^^^
@@ -47,39 +33,24 @@ LL | 2
4733 | ^
4834 |
4935note: the lint level is defined here
50- --> $DIR/expansion-time.rs:29 :8
36+ --> $DIR/expansion-time.rs:25 :8
5137 |
5238LL | #[warn(incomplete_include)]
5339 | ^^^^^^^^^^^^^^^^^^
5440
55- warning: 4 warnings emitted
41+ warning: 3 warnings emitted
5642
5743Future 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:
7344warning: 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
7546 |
7647LL | #[bench]
7748 | ^^^^^
7849 |
7950 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8051 = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
8152note: the lint level is defined here
82- --> $DIR/expansion-time.rs:12 :8
53+ --> $DIR/expansion-time.rs:8 :8
8354 |
8455LL | #[warn(soft_unstable)]
8556 | ^^^^^^^^^^^^^
0 commit comments