blob: 10cc494213507fc27e9b487994264663fe361e6f [file] [log] [blame]
error[E0658]: the `#[unwind]` attribute is an experimental feature
--> $DIR/feature-gate-unwind-attributes.rs:11:5
|
LL | #[unwind(allowed)]
| ^^^^^^^^^^^^^^^^^^
|
= note: for more information, see https://github.com/rust-lang/rust/issues/58760
= help: add `#![feature(unwind_attributes)]` to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.