rust/src/test/ui/feature-gate-allow_fail.stderr
est31 38438c618c Migrate a few feature gate tests to ui
Renames only in this commit, and obviously
.stderr file additions.
2017-12-07 10:14:39 +01:00

10 lines
326 B
Text

error: allow_fail attribute is currently unstable (see issue #42219)
--> $DIR/feature-gate-allow_fail.rs:13:1
|
13 | #[allow_fail] //~ ERROR allow_fail attribute is currently unstable
| ^^^^^^^^^^^^^
|
= help: add #![feature(allow_fail)] to the crate attributes to enable
error: aborting due to previous error