File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
linkage-attr/raw-dylib/windows Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ LL | fn cdecl_ptr(f: extern "cdecl" fn()) {
165165 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
166166 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
167167 = help: use `extern "C"` instead
168- = note: `#[warn(unsupported_calling_conventions)]` on by default
168+ = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
169169
170170warning: "cdecl" is not a supported ABI for the current target
171171 --> $DIR/unsupported.rs:104:1
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ LL | fn cdecl_ptr(f: extern "cdecl" fn()) {
147147 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
148148 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
149149 = help: use `extern "C"` instead
150- = note: `#[warn(unsupported_calling_conventions)]` on by default
150+ = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
151151
152152warning: "cdecl" is not a supported ABI for the current target
153153 --> $DIR/unsupported.rs:104:1
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ LL | fn cdecl_ptr(f: extern "cdecl" fn()) {
159159 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
160160 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
161161 = help: use `extern "C"` instead
162- = note: `#[warn(unsupported_calling_conventions)]` on by default
162+ = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
163163
164164warning: "cdecl" is not a supported ABI for the current target
165165 --> $DIR/unsupported.rs:104:1
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ LL | fn cdecl_ptr(f: extern "cdecl" fn()) {
159159 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
160160 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
161161 = help: use `extern "C"` instead
162- = note: `#[warn(unsupported_calling_conventions)]` on by default
162+ = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
163163
164164warning: "cdecl" is not a supported ABI for the current target
165165 --> $DIR/unsupported.rs:104:1
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ LL | fn cdecl_ptr(f: extern "cdecl" fn()) {
141141 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
142142 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
143143 = help: use `extern "C"` instead
144- = note: `#[warn(unsupported_calling_conventions)]` on by default
144+ = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
145145
146146warning: "cdecl" is not a supported ABI for the current target
147147 --> $DIR/unsupported.rs:104:1
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ LL | fn stdcall_ptr(f: extern "stdcall" fn()) {
109109 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
110110 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
111111 = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"`
112- = note: `#[warn(unsupported_calling_conventions)]` on by default
112+ = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
113113
114114warning: "stdcall" is not a supported ABI for the current target
115115 --> $DIR/unsupported.rs:87:1
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ LL | | }
1212 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
1313 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
1414 = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"`
15- = note: `#[warn(unsupported_calling_conventions)]` on by default
15+ = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) on by default
1616
1717error: ABI not supported by `#[link(kind = "raw-dylib")]` on this architecture
1818 --> $DIR/unsupported-abi.rs:16:5
You can’t perform that action at this time.
0 commit comments