summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-ffi_returns_twice.stderr
blob: 3585355ab77fc9ce46aa2e5748321305a0cdf9a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0658]: the `#[ffi_returns_twice]` attribute is an experimental feature
  --> $DIR/feature-gate-ffi_returns_twice.rs:4:5
   |
LL |     #[ffi_returns_twice]
   |     ^^^^^^^^^^^^^^^^^^^^
   |
   = note: see issue #58314 <https://github.com/rust-lang/rust/issues/58314> for more information
   = help: add `#![feature(ffi_returns_twice)]` to the crate attributes to enable

error: aborting due to previous error

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