Auto merge of #134273 - RalfJung:de-stabilize-bench, r= · rust-lang/rust@2b41547 (original) (raw)
`@@ -26,33 +26,19 @@ note: the lint level is defined here
`
26
26
`LL | #[warn(missing_fragment_specifier)]
`
27
27
` | ^^^^^^^^^^^^^^^^^^^^^^^^^^
`
28
28
``
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
``
-
43
29
`warning: include macro expected single expression in source
`
44
30
` --> $DIR/expansion-time-include.rs:4:1
`
45
31
` |
`
46
32
`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:22: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
44
`warning: missing fragment specifier
`
`@@ -69,18 +55,3 @@ note: the lint level is defined here
`
69
55
`LL | #[warn(missing_fragment_specifier)]
`
70
56
` | ^^^^^^^^^^^^^^^^^^^^^^^^^^
`
71
57
``
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
``
-