]> git.proxmox.com Git - rustc.git/blame - src/test/ui/unwind-abis/feature-gate-stdcall-unwind.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / unwind-abis / feature-gate-stdcall-unwind.stderr
CommitLineData
6a06907d 1error[E0658]: stdcall-unwind ABI is experimental and subject to change
136023e0 2 --> $DIR/feature-gate-stdcall-unwind.rs:12:8
6a06907d 3 |
136023e0 4LL | extern "stdcall-unwind" fn fu() {}
6a06907d
XL
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
136023e0
XL
10error[E0658]: stdcall-unwind ABI is experimental and subject to change
11 --> $DIR/feature-gate-stdcall-unwind.rs:15:12
12 |
13LL | extern "stdcall-unwind" fn mu();
14 | ^^^^^^^^^^^^^^^^
15 |
16 = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information
17 = help: add `#![feature(c_unwind)]` to the crate attributes to enable
18
19error[E0658]: stdcall-unwind ABI is experimental and subject to change
20 --> $DIR/feature-gate-stdcall-unwind.rs:16:12
21 |
22LL | extern "stdcall-unwind" fn dmu() {}
23 | ^^^^^^^^^^^^^^^^
24 |
25 = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information
26 = help: add `#![feature(c_unwind)]` to the crate attributes to enable
27
28error[E0658]: stdcall-unwind ABI is experimental and subject to change
29 --> $DIR/feature-gate-stdcall-unwind.rs:21:12
30 |
31LL | extern "stdcall-unwind" fn mu() {}
32 | ^^^^^^^^^^^^^^^^
33 |
34 = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information
35 = help: add `#![feature(c_unwind)]` to the crate attributes to enable
36
37error[E0658]: stdcall-unwind ABI is experimental and subject to change
38 --> $DIR/feature-gate-stdcall-unwind.rs:25:12
39 |
40LL | extern "stdcall-unwind" fn imu() {}
41 | ^^^^^^^^^^^^^^^^
42 |
43 = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information
44 = help: add `#![feature(c_unwind)]` to the crate attributes to enable
45
46error[E0658]: stdcall-unwind ABI is experimental and subject to change
47 --> $DIR/feature-gate-stdcall-unwind.rs:28:19
48 |
49LL | type TAU = extern "stdcall-unwind" fn();
50 | ^^^^^^^^^^^^^^^^
51 |
52 = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information
53 = help: add `#![feature(c_unwind)]` to the crate attributes to enable
54
55error[E0658]: stdcall-unwind ABI is experimental and subject to change
56 --> $DIR/feature-gate-stdcall-unwind.rs:30:8
57 |
58LL | extern "stdcall-unwind" {}
59 | ^^^^^^^^^^^^^^^^
60 |
61 = note: see issue #74990 <https://github.com/rust-lang/rust/issues/74990> for more information
62 = help: add `#![feature(c_unwind)]` to the crate attributes to enable
63
64error: aborting due to 7 previous errors
6a06907d
XL
65
66For more information about this error, try `rustc --explain E0658`.