1- error[E0658]: `#[optimize]` attribute is an unstable feature
1+ error[E0658]: the `#[optimize]` attribute is an experimental feature
22 --> $DIR/feature-gate-optimize_attribute.rs:7:1
33 |
44LL | #[optimize(size)]
@@ -7,7 +7,7 @@ LL | #[optimize(size)]
77 = note: for more information, see https://github.com/rust-lang/rust/issues/54882
88 = help: add `#![feature(optimize_attribute)]` to the crate attributes to enable
99
10- error[E0658]: `#[optimize]` attribute is an unstable feature
10+ error[E0658]: the `#[optimize]` attribute is an experimental feature
1111 --> $DIR/feature-gate-optimize_attribute.rs:10:1
1212 |
1313LL | #[optimize(speed)]
@@ -16,7 +16,7 @@ LL | #[optimize(speed)]
1616 = note: for more information, see https://github.com/rust-lang/rust/issues/54882
1717 = help: add `#![feature(optimize_attribute)]` to the crate attributes to enable
1818
19- error[E0658]: `#[optimize]` attribute is an unstable feature
19+ error[E0658]: the `#[optimize]` attribute is an experimental feature
2020 --> $DIR/feature-gate-optimize_attribute.rs:13:1
2121 |
2222LL | #[optimize(banana)]
@@ -25,7 +25,7 @@ LL | #[optimize(banana)]
2525 = note: for more information, see https://github.com/rust-lang/rust/issues/54882
2626 = help: add `#![feature(optimize_attribute)]` to the crate attributes to enable
2727
28- error[E0658]: `#[optimize]` attribute is an unstable feature
28+ error[E0658]: the `#[optimize]` attribute is an experimental feature
2929 --> $DIR/feature-gate-optimize_attribute.rs:4:1
3030 |
3131LL | #[optimize(size)]
@@ -34,7 +34,7 @@ LL | #[optimize(size)]
3434 = note: for more information, see https://github.com/rust-lang/rust/issues/54882
3535 = help: add `#![feature(optimize_attribute)]` to the crate attributes to enable
3636
37- error[E0658]: `#[optimize]` attribute is an unstable feature
37+ error[E0658]: the `#[optimize]` attribute is an experimental feature
3838 --> $DIR/feature-gate-optimize_attribute.rs:2:1
3939 |
4040LL | #![optimize(speed)]
0 commit comments