about summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-allow_fail.stderr
blob: 0f60a2de3a4e5bca82bed75e7f71b4417e0e7cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0658]: the `#[allow_fail]` attribute is an experimental feature
  --> $DIR/feature-gate-allow_fail.rs:3:1
   |
LL | #[allow_fail]
   | ^^^^^^^^^^^^^
   |
   = note: for more information, see https://github.com/rust-lang/rust/issues/46488
   = help: add `#![feature(allow_fail)]` to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.