@@ -26,33 +26,19 @@ note: the lint level is defined here
2626LL | #[warn(missing_fragment_specifier)]
2727 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
2828
29- 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
31- |
32- LL | #[bench]
33- | ^^^^^
34- |
35- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
36- = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
37- note: the lint level is defined here
38- --> $DIR/expansion-time.rs:12:8
39- |
40- LL | #[warn(soft_unstable)]
41- | ^^^^^^^^^^^^^
42-
4329warning: include macro expected single expression in source
4430 --> $DIR/expansion-time-include.rs:4:1
4531 |
4632LL | 2
4733 | ^
4834 |
4935note: the lint level is defined here
50- --> $DIR/expansion-time.rs:29 :8
36+ --> $DIR/expansion-time.rs:22 :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:
5844warning: missing fragment specifier
@@ -69,18 +55,3 @@ note: the lint level is defined here
6955LL | #[warn(missing_fragment_specifier)]
7056 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
7157
72- Future breakage diagnostic:
73- 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
75- |
76- LL | #[bench]
77- | ^^^^^
78- |
79- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
80- = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
81- note: the lint level is defined here
82- --> $DIR/expansion-time.rs:12:8
83- |
84- LL | #[warn(soft_unstable)]
85- | ^^^^^^^^^^^^^
86-
0 commit comments