]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unwind-abis/feature-gate-thiscall-unwind.stderr
Auto merge of #82958 - camelid:res-docs, r=petrochenkov
[rust.git] / src / test / ui / unwind-abis / feature-gate-thiscall-unwind.stderr
1 error[E0658]: thiscall-unwind ABI is experimental and subject to change
2   --> $DIR/feature-gate-thiscall-unwind.rs:8:8
3    |
4 LL | extern "thiscall-unwind" fn f() {}
5    |        ^^^^^^^^^^^^^^^^^
6    |
7    = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information
8    = help: add `#![feature(c_unwind)]` to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.