1
- error[E0658]: `#[optimize]` attribute is an unstable feature
1
+ error[E0658]: the `#[optimize]` attribute is an experimental feature
2
2
--> $DIR/feature-gate-optimize_attribute.rs:7:1
3
3
|
4
4
LL | #[optimize(size)]
@@ -7,7 +7,7 @@ LL | #[optimize(size)]
7
7
= note: for more information, see https://github.com/rust-lang/rust/issues/54882
8
8
= help: add `#![feature(optimize_attribute)]` to the crate attributes to enable
9
9
10
- error[E0658]: `#[optimize]` attribute is an unstable feature
10
+ error[E0658]: the `#[optimize]` attribute is an experimental feature
11
11
--> $DIR/feature-gate-optimize_attribute.rs:10:1
12
12
|
13
13
LL | #[optimize(speed)]
@@ -16,7 +16,7 @@ LL | #[optimize(speed)]
16
16
= note: for more information, see https://github.com/rust-lang/rust/issues/54882
17
17
= help: add `#![feature(optimize_attribute)]` to the crate attributes to enable
18
18
19
- error[E0658]: `#[optimize]` attribute is an unstable feature
19
+ error[E0658]: the `#[optimize]` attribute is an experimental feature
20
20
--> $DIR/feature-gate-optimize_attribute.rs:13:1
21
21
|
22
22
LL | #[optimize(banana)]
@@ -25,7 +25,7 @@ LL | #[optimize(banana)]
25
25
= note: for more information, see https://github.com/rust-lang/rust/issues/54882
26
26
= help: add `#![feature(optimize_attribute)]` to the crate attributes to enable
27
27
28
- error[E0658]: `#[optimize]` attribute is an unstable feature
28
+ error[E0658]: the `#[optimize]` attribute is an experimental feature
29
29
--> $DIR/feature-gate-optimize_attribute.rs:4:1
30
30
|
31
31
LL | #[optimize(size)]
@@ -34,7 +34,7 @@ LL | #[optimize(size)]
34
34
= note: for more information, see https://github.com/rust-lang/rust/issues/54882
35
35
= help: add `#![feature(optimize_attribute)]` to the crate attributes to enable
36
36
37
- error[E0658]: `#[optimize]` attribute is an unstable feature
37
+ error[E0658]: the `#[optimize]` attribute is an experimental feature
38
38
--> $DIR/feature-gate-optimize_attribute.rs:2:1
39
39
|
40
40
LL | #![optimize(speed)]
0 commit comments