Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the amdgpu-kernel ABI. #52032

Merged
merged 1 commit into from
Jul 14, 2018
Merged

Conversation

DiamondLovesYou
Copy link
Contributor

Technically, there are requirements imposed by the LLVM
AMDGPUTargetMachine on functions with this ABI (eg, the return type
must be void), but I'm unsure exactly where this should be enforced.

@rust-highfive
Copy link
Collaborator

r? @varkor

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 3, 2018
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-3.9 of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
[00:44:00] ................................................................................................i.F.
[00:44:06] ............................................................i.......................................
[00:44:11] ....................................................................................................
[00:44:14] ....................................................................................................
[00:44:18] ......................................................................................F.............
[00:44:27] ....................................................................................................
[00:44:31] ....................................................................................................
[00:44:38] ....................................................................................................
[00:44:43] ....................................................................................................
---
[00:45:15] 
[00:45:15] ---- [ui] ui/codemap_tests/unicode.rs stdout ----
[00:45:15] diff of stderr:
[00:45:15] 
[00:45:15] 4 LL | extern "路濫狼á́́" fn foo() {} //~ ERROR invalid ABI
[00:45:15] 5    |        ^^^^^^^^^ invalid ABI
[00:45:15] 6    |
[00:45:15] -    = help: valid ABIs: cdecl, stdcall, fastcall, vectorcall, thiscall, aapcs, win64, sysv64, ptx-kernel, msp430-interrupt, x86-interrupt, Rust, C, system, rust-intrinsic, rust-call, platform-intrinsic, unadjusted
[00:45:15] +    = help: valid ABIs: cdecl, stdcall, fastcall, vectorcall, thiscall, aapcs, win64, sysv64, ptx-kernel, msp430-interrupt, x86-interrupt, amdgpu-kernel, Rust, C, system, rust-intrinsic, rust-call, platform-intrinsic, unadjusted
[00:45:15] 9 error: aborting due to previous error
[00:45:15] 10 
[00:45:15] 
[00:45:15] 
[00:45:15] 
[00:45:15] The actual stderr differed from the expected stderr.
[00:45:15] Actual stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/codemap_tests/unicode/unicode.stderr
[00:45:15] To update references, rerun the tests and pass the `--bless` flag
[00:45:15] To only update this specific test, also pass `--test-args codemap_tests/unicode.rs`
[00:45:15] error: 1 errors occurred comparing output.
[00:45:15] status: exit code: 101
[00:45:15] status: exit code: 101
[00:45:15] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "/checkout/src/test/ui/codemap_tests/unicode.rs" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-Zui-testing" "-C" "prefer-dynamic" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/codemap_tests/unicode/a" "-Crpath" "-O" "-Zunstable-options" "-Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/codemap_tests/unicode/auxiliary" "-A" "unused"
[00:45:15] ------------------------------------------
[00:45:15] 
[00:45:15] ------------------------------------------
[00:45:15] stderr:
[00:45:15] stderr:
[00:45:15] ------------------------------------------
[00:45:15] {"message":"invalid ABI: found `路濫狼á́́`","code":{"code":"E0703","explanation":null},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/codemap_tests/unicode.rs","byte_start":474,"byte_end":491,"line_start":11,"line_end":11,"column_start":8,"column_end":16,"is_primary":true,"text":[{"text":"extern \"路濫狼á́́\" fn foo() {} //~ ERROR invalid ABI","highlight_start":8,"highlight_end":16}],"label":"invalid ABI","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"valid ABIs: cdecl, stdcall, fastcall, vectorcall, thiscall, aapcs, win64, sysv64, ptx-kernel, msp430-interrupt, x86-interrupt, amdgpu-kernel, Rust, C, system, rust-intrinsic, rust-call, platform-intrinsic, unadjusted","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0703]: invalid ABI: found `路濫狼á́́`\n  --> /checkout/src/test/ui/codemap_tests/unicode.rs:11:8\n   |\nLL | extern \"路濫狼á́́\" fn foo() {} //~ ERROR invalid ABI\n   |        ^^^^^^^^^ invalid ABI\n   |\n   = help: valid ABIs: cdecl, stdcall, fastcall, vectorcall, thiscall, aapcs, win64, sysv64, ptx-kernel, msp430-interrupt, x86-interrupt, amdgpu-kernel, Rust, C, system, rust-intrinsic, rust-call, platform-intrinsic, unadjusted\n\n"}
[00:45:15] {"message":"aborting due to previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to previous error\n\n"}
[00:45:15] {"message":"For more information about this error, try `rustc --explain E0703`.","code":null,"level":"","spans":[],"children":[],"rendered":"For more information about this error, try `rustc --explain E0703`.\n"}
[00:45:15] ------------------------------------------
[00:45:15] 
[00:45:15] thread '[ui] ui/codemap_tests/unicode.rs' panicked at 'explicit panic', tools/compiletest/src/runtest.rs:3140:9
[00:45:15] note: Run with `RUST_BACKTRACE=1` for a backtrace.
[00:45:15] note: Run with `RUST_BACKTRACE=1` for a backtrace.
[00:45:15] 
[00:45:15] ---- [ui] ui/feature-gate-abi.rs stdout ----
[00:45:15] diff of stderr:
[00:45:15] 
[00:45:15] 1 error[E0658]: intrinsics are subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:19:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs:20:1
[00:45:15] 3    |
[00:45:15] 4 LL | extern "rust-intrinsic" fn f1() {} //~ ERROR intrinsics are subject to change
[00658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:23:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs:24:1
[00:45:15] 35    |
[00:45:15] 36 LL | extern "msp430-interrupt" fn f5() {} //~ ERROR msp430-interrupt ABI is experimental
[00:45:15] 
[00:45:15] 
[00:45:15] 39    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:45:15] 40 
[00:45:15] 41 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:24:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs:25:1
[00:45:15] 43    |
[00:45:15] 44 LL | extern "ptx-kernel" fn f6() {} //~ ERROR PTX ABIs are experimental and subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 47    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:45:15] 48 
[00:45:15] 49 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:25:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs:26:1
[00:45:15] 51    |
[00:45:15] 52 LL | extern "x86-interrupt" fn f7() {} //~ ERROR x86-interrupt ABI is experimental
[00:45:15] 
[00:45:15] 
[00:45:15] 55    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:45:15] 57 error[E0658]: thiscall is experimental and subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:26:1
[00:45:15] -   --> $DIR/feature-gate-abi.rs:26:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs0:45:15] 79    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:45:15] 81 error[E0658]: vectorcall is experimental and subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:32:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:34:5
[00:45:15] 83    |
[00:45:15] 83    |
[00:45:15] 84 LL |     extern "vectorcall" fn m3(); //~ ERROR vectorcall is experimental and subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 87    = help: add #![feature(abi_vectorcall)] to the crate attributes to enable
[00:45:15] 88 
[00:45:15] 89 error[E0658]: rust-call ABI is subject to change (see issue #29625)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:33:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:35:5
[00:45:15] 91    |
[00:45:15] 92 LL |     extern "rust-call" fn m4(); //~ ERROR rust-call ABI is subject to change
[00:45:15] 
[00:45:15] 95    = help: add #![feature(unboxed_closures)] to the crate attributes to enable
[00:45:15] 96 
[00:45:15] 96 
[00:45:15] 97 error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:34:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:36:5
[00:45:15] 99    |
[00:45:15] 100 LL |     extern "msp430-interrupt" fn m5(); //~ ERROR msp430-interrupt ABI is experimental
[00:45:15] 
[00:45:15] 
[00:45:15] 103    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:45:15] 104 
[00:45:15] 105 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:35:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:37:5
[00:45:15] 107    |
[00:45:15] 108 LL |     extern "ptx-kernel" fn m6(); //~ ERROR PTX ABIs are experimental and subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 111    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:45:15] 112 
[00:45:15] 113 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:36:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:38:5
[00:45:15] 115    |
[00:45:15] 116 LL |     extern "x86-interrupt" fn m7(); //~ ERROR x86-interrupt ABI is experimental
[00:45:15] 
[00:45:15] 
[00:45:15] 119    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:45:15] 121 error[E0658]: thiscall is experimental and subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:37:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:39:5
[00:45:15] 123    |
[00:45:15] 123    |
[00:45:15] 124 LL |     extern "thiscall" fn m8(); //~ ERROR thiscall is experimental and subject to change
[00:45:15] 
[00:45:15] 126    |
[00:45:15] 126    |
[00:45:15] 127    = help: add #![feature(abi_thiscall)] to the crate attributes to enable
[00:45:15] 128 
[00:45:15] + error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)
[00:45:15] +   --> $DIR/feature-gate-abi.rs:40:5
[00:45:15] +    |
[00:45:15] + LL |     extern "amdgpu-kernel" fn m9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:45:15] +    |
[00:45:15] +    |
[00:45:15] +    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:45:15] + 
[00:45:15] 129 error[E0658]: intrinsics are subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:39:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:42:5
[00:45:15] 131    |
[00:45:15] 132 LL |     extern "rust-intrinsic" fn dm1() {} //~ ERROR intrinsics are subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 135    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:45:15] 136 
[00:45:15] 137 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:40:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:43:5
[00:45:15] 139    |
[00:45:15] 140 LL |     extern "platform-intrinsic" fn dm2() {} //~ ERROR platform intrinsics are experimental
[00:45:15] 
[00:45:15] 143    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:45:15] 144 
[00:45:15] 145 error[E0658]: vectorcall is experimental and subject to change
[00:45:15] 145 error[E0658]: vectorcall is experimental and subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:41:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:44:5
[00:45:15] 147    |
[00:45:15] 148 LL |     extern "vectorcall" fn dm3() {} //~ ERROR vectorcall is experimental and subject to change
[00:45:0:45:15] 195    |
[00:45:0:45:15] 195    |
[00:45:15] 196 LL |     extern "rust-intrinsic" fn m1() {} //~ ERROR intrinsics are subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 199    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:45:15] 200 
[00:45:15] 201 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:54:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:58:5
[00:45:15] 203    |
[00:45:15] 204 LL |     extern "platform-intrinsic" fn m2() {} //~ ERROR platform intrinsics are experimental
[00:45:15] 
[00:45:15] 207    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:45:15] 208 
[00:45:15] 209 error[E0658]: vectorcall is experimental and subject to change
[00:45:15] 209 error[E0658]: vectorcall is experimental and subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:55:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:59:5
[00:45:15] 211    |
[00:45:15] 212 LL |     extern "vectorcall" fn m3() {} //~ ERROR vectorcall is experimental and subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 215    = help: add #![feature(abi_vectorcall)] to the crate attributes to enable
[00:45:15] 216 
[00:45:15] 217 error[E0658]: rust-call ABI is subject to change (see issue #29625)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:56:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:60:5
[00:45:15] 219    |
[00:45:15] 220 LL |     extern "rust-call" fn m4() {} //~ ERROR rust-call ABI is subject to change
[00:45:15] 
[00:45:15] 223    = help: add #![feature(unboxed_closures)] to the crate attributes to enable
[00:45:15] 224 
[00:45:15] 224 
[00:45:15] 225 error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:57:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:61:5
[00:45:15] 227    |
[00:45:15] 228 LL |     extern "msp430-interrupt" fn m5() {} //~ ERROR msp430-interrupt ABI is experimental
[00:45:15] 
[00:45:15] 
[00:45:15] 231    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:45:15] 232 
[00:45:15] 233 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:58:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:62:5
[00:45:15] 235    |
[00:45:15] 236 LL |     extern "ptx-kernel" fn m6() {} //~ ERROR PTX ABIs are experimental and subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 239    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:45:15] 240 
[00:45:15] 241 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:59:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:63:5
[00:45:15] 243    |
[00:45:15] 244 LL |     extern "x86-interrupt" fn m7() {} //~ ERROR x86-interrupt ABI is experimental
[00:45:15] 
[00:45:15] 
[00:45:15] 247    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:45:15] 249 error[E0658]: thiscall is experimental and subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:60:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:64:5
[00:45:15] 251    |
[00:45:15] 251    |
[00:45:15] 252 LL |     extern "thiscall" fn m8() {} //~ ERROR thiscall is experimental and subject to change
[00:45:15] 
[00:45:15] 254    |
[00:45:15] 254    |
[00:45:15] 255    = help: add #![feature(abi_thiscall)] to the crate attributes to enable
[00:45:15] 256 
[00:45:15] - error[E0658]: intrinsics are subject to change
[00:45:15] + error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)
[00:45:15] 258   --> $DIR/feature-gate-abi.rs:65:5
[00:45:15] 259    |
[00:45:15] + LL |     extern "amdgpu-kernel" fn m9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:45:15] +    |
[00:45:15] +    |
[00:45:15] +    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:45:15] + 
[00:45:15] + error[E0658]: intrinsics are subject to change
[00:45:15] +   --> $DIR/feature-gate-abi.rs:70:5
[00:45:15] +    |
[00:45:15] 260 LL |     extern "rust-intrinsic" fn im1() {} //~ ERROR intrinsics are subject to change
[00:45:15] 262    |
[00:45:15] 
[00:45:15] 
[00:45:15] 263    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:45:15] 264 
[00:45:15] 265 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:66:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:71:5
[00:45:15] 267    |
[00:45:15] 268 LL |     extern "platform-intrinsic" fn im2() {} //~ ERROR platform intrinsics are experimental
[00:45:15] 
[00:45:15] 271    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:45:15] 272 
[00:45:15] 273 error[E0658]: vectorcall is experimental and subject to change
[00:45:15] 273 error[E0658]: vectorcall is experimental and subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:67:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:72:5
[00:45:15] 275    |
[00:45:15] 276 LL |     extern "vectorcall" fn im3() {} //~ ERROR vectorcall is experimental and subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 279    = help: add #![feature(abi_vectorcall)] to the crate attributes to enable
[00:45:15] 280 
[00:45:15] 281 error[E0658]: rust-call ABI is subject to change (see issue #29625)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:68:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:73:5
[00:45:15] 283    |
[00:45:15] 284 LL |     extern "rust-call" fn im4() {} //~ ERROR rust-call ABI is subject to change
[00:45:15] 
[00:45:15] 287    = help: add #![feature(unboxed_closures)] to the crate attributes to enable
[00:45:15] 288 
[00:45:15] 288 
[00:45:15] 289 error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:69:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:74:5
[00:45:15] 291    |
[00:45:15] 292 LL |     extern "msp430-interrupt" fn im5() {} //~ ERROR msp430-interrupt ABI is experimental
[00:45:15] 
[00:45:15] 
[00:45:15] 295    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:45:15] 296 
[00:45:15] 297 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:70:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:75:5
[00:45:15] 299    |
[00:45:15] 300 LL |     extern "ptx-kernel" fn im6() {} //~ ERROR PTX ABIs are experimental and subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 303    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:45:15] 304 
[00:45:15] 305 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:71:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:76:5
[00:45:15] 307    |
[00:45:15] 308 LL |     extern "x86-interrupt" fn im7() {} //~ ERROR x86-interrupt ABI is experimental
[00:45:15] 
[00:45:15] 
[00:45:15] 311    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:45:15] 313 error[E0658]: thiscall is experimental and subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:72:5
[00:45:15] +   --> $DIR/feature-gate-abi.rs:77:5
[00:45:15] 315    |
[00:45:15] 315    |
[00:45:15] 316 LL |     extern "thiscall" fn im8() {} //~ ERROR thiscall is experimental and subject to change
[00:45:15] 
[00:45:15] 318    |
[00:45:15] 318    |
[00:45:15] 319    = help: add #![feature(abi_thiscall)] to the crate attributes to enable
[00:45:15] 320 
[00:45:15] + error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)
[00:45:15] +   --> $DIR/feature-gate-abi.rs:78:5
[00:45:15] +    |
[00:45:15] + LL |     extern "amdgpu-kernel" fn im9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:45:15] +    |
[00:45:15] +    |
[00:45:15] +    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:45:15] + 
[00:45:15] 321 error[E0658]: intrinsics are subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:76:11
[00:45:15] +   --> $DIR/feature-gate-abi.rs:82:11
[00:45:15] 323    |
[00:45:15] 324 LL | type A1 = extern "rust-intrinsic" fn(); //~ ERROR intrinsics are subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 327    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:45:15] 328 
[00:45:15] 329 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:77:11
[00:45:15] +   --> $DIR/feature-gate-abi.rs:83:11
[00:45:15] 331    |
[00:45:15] 332 LL | type A2 = extern "platform-intrinsic" fn(); //~ ERROR platform intrinsics are experimental
[00:45:15] 
[00:45:15] 335    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:45:15] 336 
[00:45:15] 337 error[E0658]:o change
[00:45:15] 337 error[E0658]:o change
[00:45:15] +    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[00:45:15] +    |
[00:45:15] +    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:45:15] + 
[00:45:15] 385 error[E0658]: intrinsics are subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:86:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs:93:1
[00:45:15] 387    |
[00:45:15] 388 LL | extern "rust-intrinsic" {} //~ ERROR intrinsics are subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 391    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:45:15] 392 
[00:45:15] 393 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:87:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs:94:1
[00:45:15] 395    |
[00:45:15] 396 LL | extern "platform-intrinsic" {} //~ ERROR platform intrinsics are experimental
[00:45:15] 
[00:45:15] 399    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:45:15] 400 
[00:45:15] 401 error[E0658]: vectorcall is experimental and subject to change
[00:45:15] 401 error[E0658]: vectorcall is experimental and subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:88:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs:95:1
[00:45:15] 403    |
[00:45:15] 404 LL | extern "vectorcall" {} //~ ERROR vectorcall is experimental and subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 407    = help: add #![feature(abi_vectorcall)] to the crate attributes to enable
[00:45:15] 408 
[00:45:15] 409 error[E0658]: rust-call ABI is subject to change (see issue #29625)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:89:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs:96:1
[00:45:15] 411    |
[00:45:15] 412 LL | extern "rust-call" {} //~ ERROR rust-call ABI is subject to change
[00:45:15] 
[00:45:15] 415    = help: add #![feature(unboxed_closures)] to the crate attributes to enable
[00:45:15] 416 
[00:45:15] 416 
[00:45:15] 417 error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:90:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs:97:1
[00:45:15] 419    |
[00:45:15] 420 LL | extern "msp430-interrupt" {} //~ ERROR msp430-interrupt ABI is experimental
[00:45:15] 
[00:45:15] 
[00:45:15] 423    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:45:15] 424 
[00:45:15] 425 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:91:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs:98:1
[00:45:15] 427    |
[00:45:15] 428 LL | extern "ptx-kernel" {} //~ ERROR PTX ABIs are experimental and subject to change
[00:45:15] 
[00:45:15] 
[00:45:15] 431    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:45:15] 432 
[00:45:15] 433 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:45:15] -   --> $DIR/feature-gate-abi.rs:92:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs:99:1
[00:45:15] 435    |
[00:45:15] 436 LL | extern "x86-interrupt" {} //~ ERROR x86-interrupt ABI is experimental
[00:45:15] 
[00:45:15] 
[00:45:15] 439    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:45:15] 441 error[E0658]: thiscall is experimental and subject to change
[00:45:15] -   --> $DIR/feature-gate-abi.rs:93:1
[00:45:15] +   --> $DIR/feature-gate-abi.rs:100:1
[00:45:15] 443    |
[00:45:15] 443    |
[00:45:15] 444 LL | extern "thiscall" {} //~ ERROR thiscall is experimental and subject to change
[00:45:15] 
[00:45:15] 446    |
[00:45:15] 446    |
[00:45:15] 447    = help: add #![feature(abi_thiscall)] to the crate attributes to enable
[00:45:15] - error: aborting due to 56 previous errors
[00:45:15] - error: aborting due to 56 previous errors
[00:45:15] + error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)
[00:45:15] +   --> $DIR/feature-gate-abi.rs:101:1
[00:45:15] +    |
[00:45:15] + LL | extern "amdgpu-kernel" {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:45:15] +    |
[00:45:15] +    |
[00:45:15] +    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:45:15] + error: aborting due to 63 previous errors
[00:45:15] 450 
[00:45:15] 451 For more information about this error, try `rustc --explain E0658`.
[00:45:15] 452 
[00:45:15] 452 
[00:45:15] 
[00:45:15] 
[00:45:15] The actual stderr differed from the expected stderr.
[00:45:15] Actual stderr saved to /checkout/obj/build/x86_64-unknown-linux-gnu/test/ui/feature-gate-abi/feature-gate-abi.stderr
[00:45:15] To update referlevel":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":675,"byte_end":709,"line_start":20,"line_end":20,"column_start":1,"column_end":35,"is_primary":true,"text":[{"text":"extern \"rust-intrinsic\" fn f1() {} //~ ERROR intrinsics are subject to change","highlight_start":1,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: intrinsics are subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:20:1\n   |\nLL | extern \"rust-intrinsic\" fn f1() {} //~ ERROR intrinsics are subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(intrinsics)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"filror","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":929,"byte_end":958,"line_start":23,"line_end":23,"column_start":1,"column_end":30,"is_primary":true,"text":[{"text":"extern \"rust-call\" fn f4() {} //~ ERROR rust-call ABI is subject to change","highlight_start":1,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(unboxed_closures)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: rust-call ABI is subject to change (see issue #29625)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:23:1\n   |\nLL | extern \"rust-call\" fn f4() {} //~ ERROR rust-call ABI is subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(unboxed_closures)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"msp430-interrupt ABI is experimental and subject to change (see issue #38487)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error"{\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1088,"byte_end":1118,"line_start":25,"line_end":25,"column_start":1,"column_end":31,"is_primary":true,"text":[{"text":"extern \"ptx-kernel\" fn f6() {} //~ ERROR PTX ABIs are experimental and subject to change","highlight_start":1,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_ptx)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:25:1\n   |\nLL | extern \"ptx-kernel\" fn f6() {} //~ ERROR PTX ABIs are experimental and subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_ptx)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"x86-interrupt ABI is experimental and subject to change (see issue #40180)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1177,"byte_end":1210,"line_start":26,"line_end":26,"column_start":1,"column_end":34,"is_primary":true,"text":[{"text":"extern \"x86-interrupt\" fn f7() {} //~ ERROR x86-interrupt ABI is experimental","highlight_start":1,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_x86_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:26:1\n   |\nLL | extern \"x86-interrupt\" fn f7() {} //~ ERROR x86-interrupt ABI is experimental\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"thiscall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1255,"byte_end":1283,"line_start":27,"line_end":27,"column_start":1,"column_end":29,"is_primary":true,"text":[{"text":"extern \"thiscall\" fn f8() {} //~ ERROR thiscall is experimental and subject to change","highlight_start":1,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_thiscall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: thiscall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:27:1\n   |\nLL | extern \"thiscall\" fn f8() {} //~ ERROR thiscall is experimental and subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_thiscall)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"amdgpu-kernel ABI is experimental and subject to change (see issue #51575)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1341,"byte_end":1374,"line_start":28,"line_end":28,"column_start":1,"column_end":34,"is_primary":true,"text":[{"text":"extern \"amdgpu-kernel\" fn f9() {} //~ ERROR amdgpu-kernel is experimental and subject to change","highlight_start":1,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:28:1\n   |\nLL | extern \"amdgpu-kernel\" fn f9() {} //~ ERROR amdgpu-kernel is experimental and subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"intrinsics are subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1484,"byte_end":1516,"line_start":32,"line_end":32,"column_start":5,"column_end":37,"is_primary":true,"text":[{"text":"    extern \"rust-intrinsic\" fn m1(); //~ ERROR intrinsics are subject to change","highlight_start":5,"highlight_end":37}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: intrinsics are subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:32:5\n   |\nLL |     extern \"rust-intrinsic\" fn m1(); //~ ERROR intrinsics are subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(intrinsics)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u12n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1744,"byte_end":1771,"line_start":35,"line_end":35,"column_start":5,"column_end":32,"is_primary":true,"text":[{"text":"    extern \"rust-call\" fn m4(); //~ ERROR rust-call ABI is subject to change","highlight_start":5,"highlight_end":32}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(unboxed_closures)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: rust-call ABI is subject to change (see issue #29625)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:35:5\n   |\nLL |     extern \"rust-call\" fn m4(); //~ ERROR rust-call ABI is subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(unboxed_closures)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"msp430-interrupt ABI is experimental and subject to change (see issue #38487)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\ne corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1907,"byte_end":1935,"line_start":37,"line_end":37,"column_start":5,"column_end":33,"is_primary":true,"text":[{"text":"    extern \"ptx-kernel\" fn m6(); //~ ERROR PTX ABIs are experimental and subject to change","highlight_start":5,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_ptx)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:37:5\n   |\nLL |     extern \"ptx-kernel\" fn m6(); //~ ERROR PTX ABIs are experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_ptx)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"x86-interrupt ABI is experimental and subject to change (see issue #40180)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly versy version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":2078,"byte_end":2104,"line_start":39,"line_end":39,"column_start":5,"column_end":31,"is_primary":true,"text":[{"text":"    extern \"thiscall\" fn m8(); //~ ERROR thiscall is experimental and subject to change","highlight_start":5,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_thiscall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: thiscall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:39:5\n   |\nLL |     extern \"thiscall\" fn m8(); //~ ERROR thiscall is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_thiscall)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"amdgpu-kernel ABI is experimental and subject to change (see issue #51575)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using asing rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":2267,"byte_end":2302,"line_start":42,"line_end":42,"column_start":5,"column_end":40,"is_primary":true,"text":[{"text":"    extern \"rust-intrinsic\" fn dm1() {} //~ ERROR intrinsics are subject to change","highlight_start":5,"highlight_end":40}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: intrinsics are subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:42:5\n   |\nLL |     extern \"rust-intrinsic\" fn dm1() {} //~ ERROR intrinsics are subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(intrinsics)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":2350,"byte_end":2389,"line_start":43,"line_end":43,"column_start":5,"column_end":44,"is_primary":true,"text":[{"text":"    extern \"platform-intrinsic\" fn dm2() {} //~ ERROR platform intrinsics are experimental","highlight_start":5,"highlight_end":44}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(platform_intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:43:5\n   |\nLL |     extern \"platform-intrinsic\" fn dm2() {} //~ ERROR platform intrinsics are experimental\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(platform_intrinsics)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"vectorcall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":2441,"byte_end":2472,"line_start":44,"line_end":44,"column_start":5,"column_end":36,"is_primary":true,"text":[{"text":"    extern \"vectorcall\" fn dm3() {} //~ ERROR vectorcall is experimental and subject to change","highlight_start":5,"highlight_end":36}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_vectorcall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: vectorcall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:44:5\n   |\nLL |     extern \"vectorcall\" fn dm3() {} //~ ERROR vectorcall is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_vectorcall)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"rust-call ABI is subject to change (see issue #29625)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please swon't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":2705,"byte_end":2736,"line_start":47,"line_end":47,"column_start":5,"column_end":36,"is_primary":true,"text":[{"text":"    extern \"ptx-kernel\" fn dm6() {} //~ ERROR PTX ABIs are experimental and subject to change","highlight_start":5,"highlight_end":36}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_ptx)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:47:5\n   |\nLL |     extern \"ptx-kernel\" fn dm6() {} //~ ERROR PTX ABIs are experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_ptx)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"x86-interrupt ABI is experimental and subject to change (see issue #40180)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":2799,"byte_end":2833,"line_start":48,"line_end":48,"column_start":5,"column_end":39,"is_primary":true,"text":[{"text":"    extern \"x86-interrupt\" fn dm7() {} //~ ERROR x86-interrupt ABI is experimental","highlight_start":5,"highlight_end":39}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_x86_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:48:5\n   |\nLL |     extern \"x86-interrupt\" fn dm7() {} //~ ERROR x86-interrupt ABI is experimental\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"thiscall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":2882,"byte_end":2911,"line_start":49,"line_end":49,"column_start":5,"column_end":34,"is_primary":true,"text":[{"text":"    extern \"thiscall\" fn dm8() {} //~ ERROR thiscall is experimental and subject to change","highlight_start":5,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_thiscall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: thiscall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:49:5\n   |\nLL |     extern \"thiscall\" fn dm8() {} //~ ERROR thiscall is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_thiscall)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"amdgpu-kernel ABI is experimental and subject to change (see issue #51575)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":2973,"byte_end":3007,"line_start":50,"line_end":50,"column_start":5,"column_end":39,"is_primary":true,"text":[{"text":"    extern \"amdgpu-kernel\" fn dm9() {} //~ ERROR amdgpu-kernel is experimental and subject to change","highlight_start":5,"highlight_end":39}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:50:5\n   |\nLL |     extern \"amdgpu-kernel\" fn dm9() {} //~ ERROR amdgpu-kernel is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"intrinsics are subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":3129,"byte_end":3163,"line_start":57,"line_end":57,"column_start":5,"column_end":39,"is_primary":true,"text":[{"text":"    extern \"rust-intrinsic\" fn m1() {} //~ ERROR intrinsics are subject to change","highlight_start":5,"highlight_end":39}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: intrinsics are subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:57:5\n   |\nLL |     extern \"rust-intrinsic\" fn m1() {} //~ ERROR intrinsics are subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(intrinsics)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":3211,"byte_end":3249,"line_start":58,"line_end":58,"column_start":5,"column_end":43,"is_primary":true,"text":[{"text":"    extern \"platform-intrinsic\" fn m2() {} //~ ERROR platform intrinsics are experimental","highlight_start":5,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(platform_intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:58:5\n   |\nLL |     extern \"platform-intrinsic\" fn m2() {} //~ ERROR platform intrinsics are experimental\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(platform_intrinsics)] to the crate attributes to enable\n\n"}
[00:45:15] thread 'main' panicked at 'Some tests failed', tools/compiletest/src/main.rs:498:22
[00:45:15] {"message":"vectorcall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature wanstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":3474,"byte_end":3510,"line_start":61,"line_end":61,"column_start":5,"column_end":41,"is_primary":true,"text":[{"text":"    extern \"msp430-interrupt\" fn m5() {} //~ ERROR msp430-interrupt ABI is experimental","highlight_start":5,"highlight_end":41}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_msp430_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:61:5\n   |\nLL |     extern \"msp430-interrupt\" fn m5() {} //~ ERROR msp430-interrupt ABI is experimental\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"PTX ABIs are experimental and subject to change (see issue #38788)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":3562,"byte_end":3592,"line_start":62,"line_end":62,"column_start":5,"column_end":35,"is_primary":true,"text":[{"text":"    extern \"ptx-kernel\" fn m6() {} //~ ERROR PTX ABIs are experimental and subject to change","highlight_start":5,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_ptx)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:62:5\n   |\nLL |     extern \"ptx-kernel\" fn m6() {} //~ ERROR PTX ABIs are experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_ptx)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"x86-interrupt ABI is experimental and subject to change (see issue #40180)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":3655,"byte_end":3688,"line_start":63,"line_end":63,"column_start":5,"column_end":38,"is_primary":true,"text":[{"text":"    extern \"x86-interrupt\" fn m7() {} //~ ERROR x86-interrupt ABI is experimental","highlight_start":5,"highlight_end":38}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_x86_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:63:5\n   |\nLL |     extern \"x86-interrupt\" fn m7() {} //~ ERROR x86-interrupt ABI is experimental\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"thiscall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":3737,"byte_end":3765,"line_start":64,"line_end":64,"column_start":5,"column_end":33,"is_primary":true,"text":[{"text":"    extern \"thiscall\" fn m8() {} //~ ERROR thiscall is experimental and subject to change","highlight_start":5,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_thiscall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: thiscall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:64:5\n   |\nLL |     extern \"thiscall\" fn m8() {} //~ ERROR thiscall is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_thiscall)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"amdgpu-k] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4050,"byte_end":4089,"line_start":71,"line_end":71,"column_start":5,"column_end":44,"is_primary":true,"text":[{"text":"    extern \"platform-intrinsic\" fn im2() {} //~ ERROR platform intrinsics are experimental","highlight_start":5,"highlight_end":44}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(platform_intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:71:5\n   |\nLL |     extern \"platform-intrinsic\" fn im2() {} //~ ERROR platform intrinsics are experimental\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(platform_intrinsics)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"vectorcall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4141,"byte_end":4172,"line_start":72,"line_end":72,"column_start":5,"column_end":36,"is_primary":true,"text":[{"text":"    extern \"vectorcall\" fn im3() {} //~ ERROR vectorcall is experimental and subject to change","highlight_start":5,"highlight_end":36}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_vectorcall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: vectorcall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:72:5\n   |\nLL |     extern \"vectorcall\" fn im3() {} //~ ERROR vectorcall is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![f^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"PTX ABIs are experimental and subject to change (see issue #38788)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4405,"byte_end":4436,"line_start":75,"line_end":75,"column_start":5,"column_end":36,"is_primary":true,"text":[{"text":"    extern \"ptx-kernel\" fn im6() {} //~ ERROR PTX ABIs are experimental and subject to change","highlight_start":5,"highlight_end":36}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_ptx)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:75:5\n   |\nLL |     extern \"ptx-kernel\" fn im6() {} //~ ERROR PTX ABIs are experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_ptx)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"x86-interrupt ABI is experimental and subject to change (see issue #40180)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4499,"byte_end":4533,"line_start":76,"line_end":76,"column_start":5,"column_end":39,"is_primary":true,"text":[{"text":"    extern \"x86-interrupt\" fn im7() {} //~ ERROR x86-interrupt ABI is experimental","highlight_start":5,"highlight_end":39}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_x86_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:76:5\n   |\nLL |     extern \"x86-interrupt\" fn im7() {} //~ ERROR x86-interrupt ABI is experimental\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"thiscall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4582,"byte_end":4611,"line_start":77,"line_end":77,"column_start":5,"column_end":34,"is_primary":true,"text":[{"text":"    extern \"thiscall\" fn im8() {} //~ ERROR thiscall is experimental and subject to change","highlight_start":5,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_thiscall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: thiscall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:77:5\n   |\nLL |     extern \"thiscall\" fn im8() {} //~ ERROR thiscall is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_thiscall)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"amdgpu-kernel ABI is experimental and subject to change (see issue #51575)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4673,"byte_end":4707,"line_start":78,"line_end":78,"column_start":5,"column_end":39,"is_primary":true,"text":[{"text":"    extern \"amdgpu-kernel\" fn im9() {} //~ ERROR amdgpu-kernel is experimental and subject to change","highlight_start":5,"highlight_end":39}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:78:5\n   |\nLL |     extern \"amdgpu-kernel\" fn im9() {} //~ ERROR amdgpu-kernel is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"intrinsics are subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4809,"byte_end":4837,"line_start":82,"line_end":82,"column_start":11,"column_end":39,"is_primary":true,"text":[{"text":"type A1 = extern \"rust-intrinsic\" fn(); //~ ERROR intrinsics are subject to change","highlight_start":11,"highlight_end":39}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: intrinsics are subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:82:11\n   |\nLL | type A1 = extern \"rust-intrinsic\" fn(); //~ ERROR intrinsics are subject to change\n   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(intrinsics)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4892,"byte_end":4924,"line_start":83,"line_end":83,"column_start":11,"column_end":43,"is_primary":true,"text":[{"text":"type A2 = extern \"platform-intrinsic\" fn(); //~ ERROR platform intrinsics are experimental","highlight_start":11,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(platform_intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)\n  --> /checkout/src/test/u> /checkout/src/test/ui/feature-gate-abi.rs:85:11\n   |\nLL | type A4 = extern \"rust-call\" fn(); //~ ERROR rust-call ABI is subject to change\n   |           ^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(unboxed_closures)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"msp430-interrupt ABI is experimental and subject to change (see issue #38487)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5158,"byte_end":5188,"line_start":86,"line_end":86,"column_start":11,"column_end":41,"is_primary":true,"text":[{"text":"type A5 = extern \"msp430-interrupt\" fn(); //~ ERROR msp430-interrupt ABI is experimental","highlight_start":11,"highlight_end":41}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_msp430_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:86:11\n   |\nLL | type A5 = extern \"msp430-interrupt\" fn(); //~ ERROR msp430-interrupt ABI is experimental\n   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"PTX ABIs are experimental and subject to change (see issue #38788)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5247,"byte_end":5272,"line_start":87,"line_end":87,"column_start":11,"column_end":36,"is_primary":true,"text":[{"text":"type A6 = extern \"ptx-kernel\" fn (); //~ ERROR PTX ABIs are experimental and subject to change","highlight_start":11,"highlight_end":36}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_ptx)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:87:11\n   |\nLL | type A6 = extern \"ptx-kernel\" fn (); //~ ERROR PTX ABIs are experimental and subject to change\n   |           ^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_ptx)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"x86-interrupt ABI is experimental and subject to change (see issue #40180)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5342,"byte_end":5369,"line_start":88,"line_end":88,"column_start":11,"column_end":38,"is_primary":true,"text":[{"text":"type A7 = extern \"x86-interrupt\" fn(); //~ ERROR x86-interrupt ABI is experimental","highlight_start":11,"highlight_end":38}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_x86_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[el":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: thiscall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:89:11\n   |\nLL | type A8 = extern \"thiscall\" fn(); //~ ERROR thiscall is experimental and subject to change\n   |           ^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_thiscall)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"amdgpu-kernel ABI is experimental and subject to change (see issue #51575)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5516,"byte_end":5543,"line_start":90,"line_end":90,"column_start":11,"column_end":38,"is_primary":true,"text":[{"text":"type A9 = extern \"amdgpu-kernel\" fn(); //~ ERROR amdgpu-kernel is experimental and subject to change","highlight_start":11,"highlight_end":38}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_amdgpu_kernel)] to the crate attriutes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: intrinsics are subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:93:1\n   |\nLL | extern \"rust-intrinsic\" {} //~ ERROR intrinsics are subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(intrinsics)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5697,"byte_end":5727,"line_start":94,"line_end":94,"column_start":1,"column_end":31,"is_primary":true,"text":[{"text":"extern \"platform-intrinsic\" {} //~ ERROR platform intrinsics are experimental","highlight_start":1,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(platform_intrinsics)] to the crate attributes to enable","code":null,"levelel":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: vectorcall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:95:1\n   |\nLL | extern \"vectorcall\" {} //~ ERROR vectorcall is experimental and subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_vectorcall)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"rust-call ABI is subject to change (see issue #29625)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5857,"byte_end":5878,"line_start":96,"line_end":96,"column_start":1,"column_end":22,"is_primary":true,"text":[{"text":"extern \"rust-call\" {} //~ ERROR rust-call ABI is subject to change","highlight_start":1,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(unboxed_closures)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: rust-call ABI is subject to change (see issue #29625)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:96:1\n   |\nLL | extern \"rust-call\" {} //~ ERROR rust-call ABI is subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(unboxed_closures)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"msp430-interrupt ABI is experimental and subject to change (see issue #38487)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5924,"byte_end":5952,"line_start":97,"line_end":97,"column_start":1,"column_end":29,"is_primary":true,"text":[{"text":"extern \"msp430-interrupt\" {} //~ ERROR msp430-interrupt ABI is experimental","highlight_start":1,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_msp430_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:97:1\n   |\nLL | extern \"msp430-interrupt\" {} //~ ERROR msp430-interrupt ABI is experimental\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"PTX ABIs are experimental and subject to change (see issue #38788)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":6000,"byte_end":6022,"line_start":98,"line_end":98,"column_start":1,"column_end":23,"is_primary":true,"text":[{"text":"extern \"ptx-kernel\" {} //~ ERROR PTX ABIs are experimental and subject to change","highlight_start":1,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_ptx)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:98:1\n   |\nLL | extern \"ptx-kernel\" {} //~ ERROR PTX ABIs are experimental and subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_ptx)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"x86-interrupt ABI is experimental and subject to change (see issue #40180)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":6081,"byte_end":6106,"line_start":99,"line_end":99,"column_start":1,"column_end":26,"is_primary":true,"text":[{"text":"extern \"x86-interrupt\" {} //~ ERROR x86-interrupt ABI is experimental","highlight_start":1,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_x86_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":nrror[E0658]: thiscall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:100:1\n   |\nLL | extern \"thiscall\" {} //~ ERROR thiscall is experimental and subject to change\n   | ^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_thiscall)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"amdgpu-kernel ABI is experimental and subject to change (see issue #51575)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":6229,"byte_end":6254,"line_start":101,"line_end":101,"column_start":1,"column_end":26,"is_primary":true,"text":[{"text":"extern \"amdgpu-kernel\" {} //~ ERROR amdgpu-kernel is experimental and subject to change","highlight_start":1,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:101:1\n   |\nLL | extern \"amdgpu-kernel\" {} //~ ERROR amdgpu-kernel is experimental and subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable\n\n"}
[00:45:15] {"message":"aborting due to 63 previous errors","code":null,"level":"error","spans":[],"children":[],"rendered":"error: aborting due to 63 previous errors\n\n"}
[00:45:15] {"message":"For more information about this error, try `rustc --explain E0658`.","code":null,"level":"","spans":[],"children":[],"rendered":"For more information about this error, try `rustc --explain E0658`.\n"}
[00:45:15] ------------------------------------------
[00:45:15] 
[00:45:15] thread '[ui] ui/feature-gate-abi.rs' panicked at 'explicit panic', tools/compiletest/src/runtest.rs:3140:9
[00:45:15] 
---
[00:45:15] test result: FAILED. 1535 passed; 2 failed; 5 ignored; 0 measured; 0 filtered out
[00:45:15] 
[00:45:15] 
[00:45:15] 
[00:45:15] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/ui" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "ui" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-3.9/bin/FileCheck" "--host-rustcflags" "-Crpath -O -Zunstable-options " "--target-rustcflags" "-Crpath -O -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "3.9.1\n" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--llvm-cxxflags" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
[00:45:15] 
[00:45:15] 
[00:45:15] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test
[00:45:15] Build completed unsuccessfully in 0:02:07
[00:45:15] Build completed unsuccessfully in 0:02:07
[00:45:15] make: *** [check] Error 1
[00:45:15] Makefile:58: recipe for target 'check' failed

The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 2.
travis_time:start:0a0a06b3
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-3.9 of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading https://files.pythonhosted.org/packages/b5/dd/84d32d2275ea16daf09d561858dd0e615c56c9e8afb2e9b42d02bc45e417/awscli-1.15.51-py2.py3-none-any.whl (1.3MB)
    0% |▎                               | 10kB 11.2MB/s eta 0:00:01
    1% |▌                               | 20kB 1.8MB/s eta 0:00:01
    2% |▊                               | 30kB 2.0MB/s eta 0:00:01
    3% |█                               | 40kB 1.9MB/s eta 0:00:01
---
    100% |████████████████████████████████| 552kB 2.0MB/s 
Collecting botocore==1.10.50 (from awscli)
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading https://files.pythonhosted.org/packages/d5/9f/2e701a365b5ff0e8b664d6c393f3c61c20e52bb5148bbc2e27d737b890db/botocore-1.10.50-py2.py3-none-any.whl (4.4MB)
    0% |                                | 10kB 45.9MB/s eta 0:00:01
    0% |▏                               | 20kB 48.9MB/s eta 0:00:01
    0% |▎                               | 30kB 56.2MB/s eta 0:00:01
    0% |▎                               | 40kB 34.7MB/s eta 0:00:01
---
[00:39:55] ................................................................................................i...
[00:40:01] ............................................................i.......................................
[00:40:06] ....................................................................................................
[00:40:09] ....................................................................................................
[00:40:12] .....................................................................................F..............
[00:40:21] ....................................................................................................
[00:40:25] ....................................................................................................
[00:40:32] ....................................................................................................
[00:40:36] ....................................................................................................
---
[00:41:08] 
[00:41:08] ---- [ui] ui/feature-gate-abi.rs stdout ----
[00:41:08] diff of stderr:
[00:41:08] 
[00:41:08] 1 error[E0658]: intrinsics are subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:19:1
[00:41:08] +   --> $DIR/feature-gate-abi.rs:20:1
[00:41:08] 3    |
[00:41:08] 4 LL | extern "rust-intrinsic" fn f1() {} //~ ERROR intrinsics are subject to change
[00:41:08] 
[00:41:08] 
[00:41:08] 7    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:41:08] 8 
[00:41:08] 9 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:20:1
[00:41:08] +   --> $DIR/feature-gate-abi.rs:21:1
[00:41:08] 11    |
[00:41:08] 12 LL | extern "platform-intrinsic" fn f2() {} //~ ERROR platform intrinsics are experimental
[00:41:08] 
[00:41:08] 15    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:41:08] 16 
[00:41:08] 16 
[00:41:08] 17 error[E0658]: vectorcall is ege (see issue #40180)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:36:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:38:5
[00:41:08] 123    |
[00:41:08] 124 LL |     extern "x86-interrupt" fn m7(); //~ ERROR x86-interrupt ABI is experimental
[00:41:08] 
[00:41:08] 
[00:41:08] 127    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:41:08] 129 error[E0658]: thiscall is experimental and subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:37:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:39:5
[00:41:08] 131    |
[00:41:08] 131    |
[00:41:08] 132 LL |     extern "thiscall" fn m8(); //~ ERROR thiscall is experimental and subject to change
[00:41:08] 
[00:41:08] 134    |
[00:41:08] 134    |
[00:41:08] 135    = help: add #![feature(abi_thiscall)] to the crate attributes to enable
[00:41:08] 136 
[00:41:08] - error[E0658]: amdgpu-kernel is experimental and subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:26:1
[00:41:08] + error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)
[00:41:08] +   --> $DIR/feature-gate-abi.rs:40:5
[00:41:08] 139    |
[00:41:08] - LL | extern "amdgpu-kernel" fn m9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:41:08] -    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[00:41:08] + LL |     extern "amdgpu-kernel" fn m9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:41:08] 142    |
[00:41:08] 142    |
[00:41:08] 143    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:41:08] 
[00:41:08] 
[00:41:08] 145 error[E0658]: intrinsics are subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:39:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:42:5
[00:41:08] 147    |
[00:41:08] 148 LL |     extern "rust-intrinsic" fn dm1() {} //~ ERROR intrinsics are subject to change
[00:41:08] 
[00:41:08] 
[00:41:08] 151    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:41:08] 152 
[00:41:08] 153 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:40:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:43:5
[00:41:08] 155    |
[00:41:08] 156 LL |     extern "platform-intrinsic" fn dm2() {} //~ ERROR platform intrinsics are experimental
[00:41:08] 
[00:41:08] 159    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:41:08] 160 
[00:41:08] 161 error[E0658]: vectorcall is experimental and subject to change
[00:41:08] 161 error[E0658]: vectorcall is experimental and subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:41:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:44:5
[00:41:08] 163    |
[00:41:08] 164 LL |     extern "vectorcall" fn dm3() {} //~ ERROR vectorcall is experimental and subject to change
[00:41:08] 
[00:41:08] 
[00:41:08] 167    = help: add #![feature(abi_vectorcall)] to the crate attributes to enable
[00:41:08] 168 
[00:41:08] 169 error[E0658]: rust-call ABI is subject to change (see issue #29625)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:42:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:45:5
[00:41:08] 171    |
[00:41:08] 172 LL |     extern "rust-call" fn dm4() {} //~ ERROR rust-call ABI is subject to change
[00:41:08] 
[00:41:08] 175    = help: add #![feature(unboxed_closures)] to the crate attributes to enable
[00:41:08] 176 
[00:41:08] 176 
[00:41:08] 177 error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:43:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:46:5
[00:41:08] 179    |
[00:41:08] 180 LL |     extern "msp430-interrupt" fn dm5() {} //~ ERROR msp430-interrupt ABI is experimental
[00:41:08] 
[00:41:08] 
[00:41:08] 183    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:41:08] 184 
[00:41:08] 185 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:44:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:47:5
[00:41:08] 187    |
[00:41:08] 188 LL |     extern "ptx-kernel" fn dm6() {} //~ ERROR PTX ABIs are experimental and subject to change
[00:41:08] 
[00:41:08] 
[00:41:08] 191    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:41:08] 192 
[00:41:08] 193 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:45:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:48:5
[00:41:08] 195    |
[00:41:08] 196 LL |     extern "x86-interrupt" fn dm7() {} //~ ERROR x86-interrupt ABI is experimental
[00:41:08] 
[00:41:08] 
[00:41:08] 199    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:41:08] 201 error[E0658]: thiscall is experimental and subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:46:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:49:5
[00:41:08] 203    |
[00:41:08] 203    |
[00:41:08] 204 LL |     extern "thiscall" fn dm8() {} //~ ERROR thiscall is experimental and subject to change
[00:41:08] 
[00:41:08] 206    |
[00:41:08] 206    |
[00:41:08] 207    = help: add #![feature(abi_thiscall)] to the crate attributes to enable
[00:41:08] 208 
[00:41:08] - error[E0658]: amdgpu-kernel is experimental and subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:26:1
[00:41:08] + error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)
[00:41:08] +   --> $DIR/feature-gate-abi.rs:50:5
[00:41:08] 211    |
[00:41:08] 212 LL |     extern "amdgpu-kernel" fn dm9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:41:08] +    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[00:41:08] 214    |
[00:41:08] 214    |
[00:41:08] 215    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:41:08] 
[00:41:08] 
[00:41:08] 217 error[E0658]: intrinsics are subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:53:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:57:5
[00:4e issue #38487)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:69:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:74:5
[00:41:08] 323    |
[00:41:08] 324 LL |     extern "msp430-interrupt" fn im5() {} //~ ERROR msp430-interrupt ABI is experimental
[00:41:08] 
[00:41:08] 
[00:41:08] 327    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:41:08] 328 
[00:41:08] 329 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:70:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:75:5
[00:41:08] 331    |
[00:41:08] 332 LL |     extern "ptx-kernel" fn im6() {} //~ ERROR PTX ABIs are experimental and subject to change
[00:41:08] 
[00:41:08] 
[00:41:08] 335    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:41:08] 336 
[00:41:08] 337 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:71:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:76:5
[00:41:08] 339    |
[00:41:08] 340 LL |     extern "x86-interrupt" fn im7() {} //~ ERROR x86-interrupt ABI is experimental
[00:41:08] 
[00:41:08] 
[00:41:08] 343    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:41:08] 345 error[E0658]: thiscall is experimental and subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:72:5
[00:41:08] +   --> $DIR/feature-gate-abi.rs:77:5
[00:41:08] 347    |
[00:41:08] 347    |
[00:41:08] 348 LL |     extern "thiscall" fn im8() {} //~ ERROR thiscall is experimental and subject to change
[00:41:08] 
[00:41:08] 350    |
[00:41:08] 350    |
[00:41:08] 351    = help: add #![feature(abi_thiscall)] to the crate attributes to enable
[00:41:08] 352 
[00:41:08] - error[E0658]: amdgpu-kernel is experimental and subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:26:1
[00:41:08] + error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)
[00:41:08] +   --> $DIR/feature-gate-abi.rs:78:5
[00:41:08] 355    |
[00:41:08] 356 LL |     extern "amdgpu-kernel" fn im9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:41:08] +    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[00:41:08] 358    |
[00:41:08] 358    |
[00:41:08] 359    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:41:08] 
[00:41:08] 
[00:41:08] 361 error[E0658]: intrinsics are subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:76:11
[00:41:08] +   --> $DIR/feature-gate-abi.rs:82:11
[00:41:08] 363    |
[00:41:08] 364 LL | type A1 = extern "rust-intrinsic" fn(); //~ ERROR intrinsics are subject to change
[00:41:08] 
[00:41:08] 
[00:41:08] 367    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:41:08] 368 
[00:41:08] 369 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:77:11
[00:41:08] +   --> $DIR/feature-gate-abi.rs:83:11
[00:41:08] 371    |
[00:41:08] 372 LL | type A2 = extern "platform-intrinsic" fn(); //~ ERROR platform intrinsics are experimental
[00:41:08] 
[00:41:08] 375    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:41:08] 376 
[00:41:08] 377 error[E0658]: vectorcall is experimental and subject to change
[00:41:08] 377 error[E0658]: vectorcall is experimental and subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:78:11
[00:41:08] +   --> $DIR/feature-gate-abi.rs:84:11
[00:41:08] 379    |
[00:41:08] 380 LL | type A3 = extern "vectorcall" fn(); //~ ERROR vectorcall is experimental and subject to change
[00:41:08] 
[00:41:08] 
[00:41:08] 383    = help: add #![feature(abi_vectorcall)] to the crate attributes to enable
[00:41:08] 384 
[00:41:08] 385 error[E0658]: rust-call ABI is subject to change (see issue #29625)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:79:11
[00:41:08] +   --> $DIR/feature-gate-abi.rs:85:11
[00:41:08] 387    |
[00:41:08] 388 LL | type A4 = extern "rust-call" fn(); //~ ERROR rust-call ABI is subject to change
[00:41:08] 
[00:41:08] 391    = help: add #![feature(unboxed_closures)] to the crate attributes to enable
[00:41:08] 392 
[00:41:08] 392 
[00:41:08] 393 error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:80:11
[00:41:08] +   --> $DIR/feature-gate-abi.rs:86:11
[00:41:08] 395    |
[00:41:08] 396 LL | type A5 = extern "msp430-interrupt" fn(); //~ ERROR msp430-interrupt ABI is experimental
[00:41:08] 
[00:41:08] 
[00:41:08] 399    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:41:08] 400 
[00:41:08] 401 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:81:11
[00:41:08] +   --> $DIR/feature-gate-abi.rs:87:11
[00:41:08] 403    |
[00:41:08] 404 LL | type A6 = extern "ptx-kernel" fn (); //~ ERROR PTX ABIs are experimental and subject to change
[00:41:08] 
[00:41:08] 
[00:41:08] 407    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:41:08] 408 
[00:41:08] 409 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:41:08] -   --> $DIR/feature-gate-abi.rs:82:11
[00:41:08] +   --> $DIR/feature-gate-abi.rs:88:11
[00:41:08] 411    |
[00:41:08] 412 LL | type A7 = extern "x86-interrupt" fn(); //~ ERROR x86-interrupt ABI is experimental
[00:41:08] 
[00:41:08] 
[00:41:08] 415    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:41:08] 417 error[E0658]: thiscall is experimental and subject to change
[00:41:08] -   --> $DIR/feature-gate-abi.rs:83:11
[00:41:08] +   --> $DIR/feature-gate-abi.rs:89:11
[00:41:08] 419    |
[00:41:08] 419    |
[00:41:08] 420 LL | type A8 = extern "thiscall" fn(); //~ ERROR thiscall is experimental and subject to change
[00:41:08] 
[00:41:08] 422    |
[00:41:08] 422    |
[00:41:08] 423  0:41:08] {"message":"intrinsics are subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":675,"byte_end":709,"line_start":20,"line_end":20,"column_start":1,"column_end":35,"is_primary":true,"text":[{"text":"extern \"rust-intrinsic\" fn f1() {} //~ ERROR intrinsics are subject to change","highlight_start":1,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: intrinsics are subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:20:1\n   |\nLL | extern \"rust-intrinsic\" fn f1() {} //~ ERROR intrinsics are subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":753,"byte_end":791,"line_start":21,"line_end":21,"column_start":1,"column_end":39,"is_primary":true,"text":[{"text":"extern \"platform-intrinsic\" fn f2() {} //~ ERROR platform intrinsics are experimental","highlight_start":1,"highlight_end":39}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(platform_intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:21:1\n   |\nLL | extern \"platform-intrinsic\" fn f2() {} //~ ERROR platform intrinsics are experimental\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(platform_intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"vectorcall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":839,"byte_end":869,"line_start":22,"line_end":22,"column_start":1,"column_end":31,"is_primary":true,"text":[{"text":"extern \"vectorcall\" fn f3() {} //~ ERROR vectorcall is experimental and subject to change","highlight_start":1,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_vectorcall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: vectorcall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:22:1\n   |\nLL | extern \"vectorcall\" fn f3() {} //~ ERROR vectorcall is experimental and subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_vectorcall)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"rust-call ABI is subject to change (see issue #29625)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":929,"byte_end":958,"line_start":23,"line_end":23,"column_start":1,"column_end":30,"is_primary":true,"text":[{"text":"extern \"rust-call\" fn f4() {} //~ ERROR rust-call ABI is subject to change","highlight_start":1,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(unboxed_closures)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: rust-call ABI is subject to change (see issue #29625)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:23:1\n   |\nLL | extern \"rust-call\" fn f4() {} //~ ERROR rust-call ABI is subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(unboxed_closures)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"msp430-interrupt ABI is experimental and subject to change (see issue #38487)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1004,"byte_end":1040,"line_start":24,"line_end":24,"column_start":1,"column_end":37,"is_primary":true,"text":[{"text":"extern \"msp430-interrupt\" fn f5() {} //~ ERROR msp430-interrupt ABI is experimental","highlight_start":1,"highlight_end":37}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_msp430_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:24:1\n   |\nLL | extern \"msp430-interrupt\" fn f5() {} //~ ERROR msp430-interrupt ABI is experimental\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable\n\n"}
[00:41n"}
[00:41:08] {"message":"x86-interrupt ABI is experimental and subject to change (see issue #40180)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1177,"byte_end":1210,"line_start":26,"line_end":26,"column_start":1,"column_end":34,"is_primary":true,"text":[{"text":"extern \"x86-interrupt\" fn f7() {} //~ ERROR x86-interrupt ABI is experimental","highlight_start":1,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_x86_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:26:1\n   |\nLL | extern \"x86-interrupt\" fn f7() {} //~ ERROR x86-interrupt ABI is experimental\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_x86_interrupt)] to the cre(platform_intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"vectorcall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1652,"byte_end":1680,"line_start":34,"line_end":34,"column_start":5,"column_end":33,"is_primary":true,"text":[{"text":"    extern \"vectorcall\" fn m3(); //~ ERROR vectorcall is experimental and subject to change","highlight_start":5,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_vectorcall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: vectorcall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:34:5\n   |\nLL |     extern \"vectorcall\" fn m3(); //~ ERROR vectorcall is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_vectorcall)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"rust-call ABI is subject to change (see issue #29625)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1744,"byte_end":1771,"line_start":35,"line_end":35,"column_start":5,"column_end":32,"is_primary":true,"text":[{"text":"    extern \"rust-call\" fn m4(); //~ ERROR rust-call ABI is subject to change","highlight_start":5,"highlight_end":32}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(unboxed_closures)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: rust-call ABI is subject to change (see issue #29625)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:35:5\n   |\nLL |     extern \"rust-call\" fn m4(); //~ ERROR rust-call ABI is subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(unboxed_closures)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"msp430-interrupt ABI is experimental and subject to change (see issue #38487)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1821,"byte_end":1855,"line_start":36,"line_end":36,"column_start":5,"column_end":39,"is_primary":true,"text":[{"text":"    extern \"msp430-interrupt\" fn m5(); //~ ERROR msp430-interrupt ABI is experimental","highlight_start":5,"highlight_end":39}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_msp430_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:36:5\n   |\nLL |     extern \"msp430-interrupt\" fn m5(); //~ ERROR msp430-interrupt ABI is experimental\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"PTX ABIs are experimental and subject to change (see issue #38788)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":1907,"byte_end":1935,"line_start":37,"line_end":37,"column_start":5,"column_end":33,"is_primary":true,"text":[{"text":"    extern \"ptx-kernel\" fn m6(); //~ ERROR PTX ABIs are experimental and subject to change","highlight_start":5,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_ptx)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:37:5\n   |\nLL |     extern \"ptx-kernel\" fn m6(); //~ ERROR PTX ABIs are experimental and subject to change\n  change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_thiscall)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"amdgpu-kernel ABI is experimental and subject to change (see issue #51575)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":2166,"byte_end":2199,"line_start":40,"line_end":40,"column_start":5,"column_end":38,"is_primary":true,"text":[{"text":"    extern \"amdgpu-kernel\" fn m9() {} //~ ERROR amdgpu-kernel is experimental and subject to change","highlight_start":5,"highlight_end":38}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:40:5\n   |\nLL |     extern \"amdgpu-kernel\" f are subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":2350,"byte_end":2389,"line_start":43,"line_end":43,"column_start":5,"column_end":44,"is_primary":true,"text":[{"text":"    extern \"platform-intrinsic\" fn dm2() {} //~ ERROR platform intrinsics are experimental","highlight_start":5,"highlight_end":44}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(platform_intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:43:5\n   |\nLL |     extern \"platform-intrinsic\" fn dm2() {} //~ ERROR platform intrinsics are experimental\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(platform_intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"vectorcall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":2441,"byte_end":2472,"line_start":44,"line_end":44,"column_start":5,"column_end":36,"is_primary":true,"text":[{"text":"    extern \"vectorcall\" fn dm3() {} //~ ERROR vectorcall is experimental and subject to change","highlight_start":5,"highlight_end":36}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_vectorcall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: vectorcall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:44:5\n   |\nLL |     extern \"vectorcall\" fn dm3() {} //~ ERROR vectorcall is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_vectorcall)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"rust-call ABI is subject to change (see issue #29625)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":2536,"byte_end":2566,"line_start":45,"line_end":45,"column_start":5,"column_end":35,"is_primary":true,"text":[{"text":"    extern \"rust-call\" fn dm4() {} //~ ERROR rust-call ABI is subject to change","highlight_start":5,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(unboxed_closures)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: rust-call ABI is subject to change (see issue #29625)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:45:5\n   |\nLLdren":[],"rendered":null}],"rendered":"error[E0658]: intrinsics are subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:57:5\n   |\nLL |     extern \"rust-intrinsic\" fn m1() {} //~ ERROR intrinsics are subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":3211,"byte_end":3249,"line_start":58,"line_end":58,"column_start":5,"column_end":43,"is_primary":true,"text":[{"text":"    extern \"platform-intrinsic\" fn m2() {} //~ ERROR platform intrinsics are experimental","highlight_start":5,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(platform_intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:58:5\n   |\nLL |     extern \"platform-intrinsic\" fn m2() {} //~ ERROR platform intrinsics are experimental\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(platform_intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"vectorcall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":3301,"byte_end":3331,"line_start":59,"line_end":59,"column_start":5,"column_end":35,"is_primary":true,"text":[{"text":"    extern \"vectorcall\" fn m3() {} //~ ERROR vectorcall is experimental and subject to change","highlight_start":5,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_vectorcall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: vectorcall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:59:5\n   |\nLL |     extern \"vectorcall\" fn m3() {} //~ ERROR vectorcall is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_vectorcall)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"rust-call ABI is subject to change (see issue #29625)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":3395,"byte_end":3424,"line_start":60,"line_end":60,"column_start":5,"column_end":34,"is_primary":true,"text":[{"text":"    extern \"rust-call\" fn m4() {} //~ ERROR rust-call ABI is subject to change","highlight_start":5,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(unboxed_closures)] to the crate attributes to enable","code":n"expansion":null}],"children":[{"message":"add #![feature(abi_thiscall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: thiscall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:64:5\n   |\nLL |     extern \"thiscall\" fn m8() {} //~ ERROR thiscall is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_thiscall)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"amdgpu-kernel ABI is experimental and subject to change (see issue #51575)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":3827,"byte_end":3860,"line_start":65,"line_end":65,"column_start":5,"column_end":38,"is_primary":true,"text":[{"text":"    extern \"amdgpu-kernel\" fn m9() {} //~ ERROR amdgpu-kernel is experimental and subject to change","highlight_start":5,"highlight_end":38}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:65:5\n   |\nLL |     extern \"amdgpu-kernel\" fn m9() {} //~ ERROR amdgpu-kernel is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"intrinsics are subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":3967,"byte_end":4002,"line_start":70,"line_end":70,"column_start":5,"column_end":40,"is_primary":true,"text":[{"text":"    extern \"rust-intrinsic\" fn im1() {} //~ ERROR intrinsics are subject to change","highlight_start":5,"highlight_end":40}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: intrinsics are subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:70:5\n   |\nLL |     extern \"rust-intrinsic\" fn im1() {} //~ ERROR intrinsics are subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4050,"byte_end":4089,"line_start":71,"line_end":71,"column_start":5,"column_end":44,"is_primary":true,"text":[{"text":"    extern \"platform-intrinsic\" fn im2() {} //~ ERROR platform intrinsics are experimental","highlight_start":5,"highlight_end":44}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(platform_intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:71:5\n   |\nLL |     extern \"platform-intrinsic\" fn im2() {} //~ ERROR platform intrinsics are experimental\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(platform_intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] thread 'main' panicked at 'Some tests failed', tools/compiletest/src/main.rs:498:22
[00:41:08] {"message":"vectorcall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4141,"byte_end":4172,"line_start":72,"line_end":72,"column_start":5,"column_end":36,"is_primary":true,"text":[{"text":"    extern \"vectorcall\" fn im3() {} //~ ERROR vectorcall is experimental and subject to change","highlight_start":5,"highlight_end":36}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_vectorcall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: vectorcall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:72:5\n   |\nLL |     extern \"vectorcall\" fn im3() {} //~ ERROR vectorcall is experimental and subject to change\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_vectorcall)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"rust-call ABI is subject to change (see issue #29625)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4236,"byte_end":4266,"line_start":73,"line_end":73,"column_start":5,"column_end":35,"is_primary":true,"text":[{"text":"    extern \"rust-call\"\"msp430-interrupt\" fn im5() {} //~ ERROR msp430-interrupt ABI is experimental","highlight_start":5,"highlight_end":42}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_msp430_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:74:5\n   |\nLL |     extern \"msp430-interrupt\" fn im5() {} //~ ERROR msp430-interrupt ABI is experimental\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"PTX ABIs are experimental and subject to change (see issue #38788)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4405,"byte_end":4436,"line_start":75,"line_end":75,"column_start":5,"coture-gate-abi.rs","byte_start":4809,"byte_end":4837,"line_start":82,"line_end":82,"column_start":11,"column_end":39,"is_primary":true,"text":[{"text":"type A1 = extern \"rust-intrinsic\" fn(); //~ ERROR intrinsics are subject to change","highlight_start":11,"highlight_end":39}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: intrinsics are subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:82:11\n   |\nLL | type A1 = extern \"rust-intrinsic\" fn(); //~ ERROR intrinsics are subject to change\n   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4892,"byte_end":4924,"line_start":83,"line_end":83,"column_start":11,"column_end":43,"is_primary":true,"text":[{"text":"type A2 = extern \"platform-intrinsic\" fn(); //~ ERROR platform intrinsics are experimental","highlight_start":11,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(platform_intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:83:11\n   |\nLL | type A2 = extern \"platform-intrinsic\" fn(); //~ ERROR platform intrinsics are experimental\n   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(platform_intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"vectorcall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":4983,"byte_end":5007,"line_start":84,"line_end":84,"column_start":11,"column_end":35,"is_primary":true,"text":[{"text":"type A3 = extern \"vectorcall\" fn(); //~ ERROR vectorcall is experimental and subject to change","highlight_start":11,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_vectorcall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: vectorcall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:84:11\n   |\nLL | type A3 = extern \"vectorcall\" fn(); //~ ERROR vectorcall is experimental and subject to change\n   |           ^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_vectorcall)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"rust-call ABI is subject to change (see issue #29625)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5078,"byte_end":5101,"line_start":85,"line_end":85,"column_start":11,"column_end":34,"is_primary":true,"text":[{"text":"type A4 = extern \"rust-call\" fn(); //~ ERROR rust-call ABI is subject to change","highlight_start":11,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(unboxed_closures)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: rust-call ABI is subject to change (see issue #29625)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:85:11\n   |\nLL | type A4 = extern \"rust-call\" fn(); //~ ERROR rust-call ABI is subject to change\n   |           ^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(unboxed_closures)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"msp430-interrupt ABI is experimental and subject to change (see issue #38487)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"le it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5342,"byte_end":5369,"line_start":88,"line_end":88,"column_start":11,"column_end":38,"is_primary":true,"text":[{"text":"type A7 = extern \"x86-interrupt\" fn(); //~ ERROR x86-interrupt ABI is experimental","highlight_start":11,"highlight_end":38}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_x86_interrupt)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:88:11\n   |\nLL | type A7 = extern \"x86-interrupt\" fn(); //~ ERROR x86-interrupt ABI is experimental\n   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"thiscall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\esponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5516,"byte_end":5543,"line_start":90,"line_end":90,"column_start":11,"column_end":38,"is_primary":true,"text":[{"text":"type A9 = extern \"amdgpu-kernel\" fn(); //~ ERROR amdgpu-kernel is experimental and subject to change","highlight_start":11,"highlight_end":38}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:90:11\n   |\nLL | type A9 = extern \"amdgpu-kernel\" fn(); //~ ERROR amdgpu-kernel is experimental and subject to change\n   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"intrinsics are subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5627,"byte_end":5653,"line_start":93,"line_end":93,"column_start":1,"column_end":27,"is_primary":true,"text":[{"text":"extern \"rust-intrinsic\" {} //~ ERROR intrinsics are subject to change","highlight_start":1,"highlight_end":27}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: intrinsics are subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:93:1\n   |\nLL | extern \"rust-intrinsic\" {} //~ ERROR intrinsics are subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"platform intrinsics are experimental and possibly buggy (see issue #27731)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5697,"byte_end":5727,"line_start":94,"line_end":94,"column_start":1,"column_end":31,"is_primary":true,"text":[{"text":"extern \"platform-intrinsic\" {} //~ ERROR platform intrinsics are experimental","highlight_start":1,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(platform_intrinsics)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:94:1\n   |\nLL | extern \"platform-intrinsic\" {} //~ ERROR platform intrinsics are experimental\n   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(platform_intrinsics)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"vectorcall is experimental and subject to change","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":5775,"byte_end":5797,"line_start":95,"line_end":95,"column_start":1,"column_end":23,"is_primary":true,"text":[{"text":"extern \"vectorcall\" {} //~ ERROR vectorcall is experimental and subject to change","highlight_start":1,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_vectorcall)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: vectorcall is experimental and subject to change\n  --> /checkout/src/test/ui/feature-gate-abi.rs:95:1\n   |\nLL | extern \"vectorcall\" {} //~ ERROR vectorcall is experimental and subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_vectorcall)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"rust-call ABI is subject to change (see issue #29625)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use n```\n#![feature(repr128)]\n\n#[repr(u128)] // ok!\nenum Foo {\n    Bar(u64),\n}\n```\n"},"level":"error","spans":[{"file_name":"/checkout/src/test/ui/feature-gate-abi.rs","byte_start":6000,"byte_end":6022,"line_start":98,"line_end":98,"column_start":1,"column_end":23,"is_primary":true,"text":[{"text":"extern \"ptx-kernel\" {} //~ ERROR PTX ABIs are experimental and subject to change","highlight_start":1,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"add #![feature(abi_ptx)] to the crate attributes to enable","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)\n  --> /checkout/src/test/ui/feature-gate-abi.rs:98:1\n   |\nLL | extern \"ptx-kernel\" {} //~ ERROR PTX ABIs are experimental and subject to change\n   | ^^^^^^^^^^^^^^^^^^^^^^\n   |\n   = help: add #![feature(abi_ptx)] to the crate attributes to enable\n\n"}
[00:41:08] {"message":"x86-interrupt ABI is experimental and subject to change (see issue #40180)","code":{"code":"E0658","explanation":"\nAn unstable feature was used.\n\nErroneous code example:\n\n```compile_fail,E658\n#[repr(u128)] // error: use of unstable library feature 'repr128'\nenum Foo {\n    Bar(u64),\n}\n```\n\nIf you're using a stable or a beta version of rustc, you won't be able to use\nany unstable features. In order to do so, please switch to a nightly version of\nrustc (by using rustup).\n\nIf you're using a nightly version of rustc, just add the corresponding feature\nto be able to use it:\n\n```\:08] Build completed unsuccessfully in 0:02:01
[00:41:08] make: *** [check] Error 1
[00:41:08] Makefile:58: recipe for target 'check' failed

The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 2.
travis_time:start:062ff02e
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@varkor
Copy link
Member

varkor commented Jul 4, 2018

r? @eddyb

@rust-highfive rust-highfive assigned eddyb and unassigned varkor Jul 4, 2018
@nagisa
Copy link
Member

nagisa commented Jul 8, 2018

Since custom ABIs are unsafe, it is fine to leave it up to the end users to enforce the requirements of the ABI somehow.

@bors
Copy link
Contributor

bors commented Jul 10, 2018

☔ The latest upstream changes (presumably #52191) made this pull request unmergeable. Please resolve the merge conflicts.

@eddyb
Copy link
Member

eddyb commented Jul 13, 2018

LGTM, r? @alexcrichton

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Jul 13, 2018

📌 Commit 1253b519c53612082cf08363392e888fd888996a has been approved by alexcrichton

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 13, 2018
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-5.0 of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
[00:43:47] ..................................................................................................i.
[00:43:51] ...............................................................i....................................
[00:43:54] ....................................................................................................
[00:43:57] ....................................................................................................
[00:43:59] .......................................................................................F............
[00:44:05] ....................................................................................................
[00:44:08] ....................................................................................................
[00:44:11] ....................................................................................................
[00:44:14] ....................................................................................................
---
[00:44:35] 
[00:44:35] ---- [ui] ui/feature-gate-abi.rs stdout ----
[00:44:35] diff of stderr:
[00:44:35] 
[00:44:35] 1 error[E0658]: intrinsics are subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:19:1
[00:44:35] +   --> $DIR/feature-gate-abi.rs:20:1
[00:44:35] 3    |
[00:44:35] 4 LL | extern "rust-intrinsic" fn f1() {} //~ ERROR intrinsics are subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 7    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:44:35] 8 
[00:44:35] 9 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:20:1
[00:44:35] +   --> $DIR/feature-gate-abi.rs:21:1
[00:44:35] 11    |
[00:44:35] 12 LL | extern "platform-intrinsic" fn f2() {} //~ ERROR platform intrinsics are experimental
[00:44:35] 
[00:44:35] 15    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:44:35] 16 
[00:44:35] 17 error[E0658]: vectorcall is experimental and subject to change
[00:44:35] 17 error[E0658]: vectorcall is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:21:1
[00:44:35] +   --> $DIR/feature-gate-abi.rs:22:1
[00:44:35] 19    |
[00:44:35] 20 LL | extern "vectorcall" fn f3() {} //~ ERROR vectorcall is experimental and subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 23    = help: add #![feature(abi_vectorcall)] to the crate attributes to enable
[00:44:35] 24 
[00:44:35] 25 error[E0658]: rust-call ABI is subject to change (see issue #29625)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:22:1
[00:44:35] +   --> $DIR/feature-gate-abi.rs:23:1
[00:44:35] 27    |
[00:44:35] 28 LL | extern "rust-call" fn f4() {} //~ ERROR rust-call ABI is subject to change
[00:44:35] 
[00:44:35] 31    = help: add #![feature(unboxed_closures)] to the crate attributes to enable
[00:44:35] 32 
[00:44:35] 32 
[00:44:35] 33 error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:23:1
[00:44:35] +   --> $DIR/feature-gate-abi.rs:24:1
[00:44:35] 35    |
[00:44:35] 36 LL | extern "msp430-interrupt" fn f5() {} //~ ERROR msp430-interrupt ABI is experimental
[00:44:35] 
[00:44:35] 
[00:44:35] 39    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:44:35] 40 
[00:44:35] 41 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:24:1
[00:44:35] +   --> $DIR/feature-gate-abi.rs:25:1
[00:44:35] 43    |
[00:44:35] 44 LL | extern "ptx-kernel" fn f6() {} //~ ERROR PTX ABIs are experimental and subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 47    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:44:35] 48 
[00:44:35] 49 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:25:1
[00:44:35] +   --> $DIR/feature-gate-abi.rs:26:1
[00:44:35] 51    |
[00:44:35] 52 LL | extern "x86-interrupt" fn f7() {} //~ ERROR x86-interrupt ABI is experimental
[00:44:35] 
[00:44:35] 
[00:44:35] 55    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:44:35] 57 error[E0658]: thiscall is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:26:1
[00:44:35] +   --> $DIR/feature-gate-abi.rs:27:1
[00:44:35] 59    |
[00:44:35] 59    |
[00:44:35] 60 LL | extern "thiscall" fn f8() {} //~ ERROR thiscall is experimental and subject to change
[00:44:35] 
[00:44:35] 62    |
[00:44:35] 62    |
[00:44:35] 63    = help: add #![feature(abi_thiscall)] to the crate attributes to enable
[00:44:35] 64 
[00:44:35] - error[E0658]: amdgpu-kernel is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:26:1
[00:44:35] + error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)
[00:44:35] +   --> $DIR/feature-gate-abi.rs:28:1
[00:44:35] 67    |
[00:44:35] 68 LL | extern "amdgpu-kernel" fn f9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:44:35] +    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[00:44:35] 70    |
[00:44:35] 70    |
[00:44:35] 71    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:44:35] 
[00:44:35] 
[00:44:35] 73 error[E0658]: intrinsics are subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:30:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:32:5
[00:44:35] 75    |
[00:44:35] 76 LL |     extern "rust-intrinsic" fn m1(); //~ ERROR intrinsics are subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 79    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:44:35] 80 
[00:44:35] 81 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:31:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:33:5
[00:44:35] 83    |
[00:44:35] 84 LL |     extern "platform-intrinsic" fn m2(); //~ ERROR platform intrinsics are experimental
[00:44:35] 
[00:44:35] 87    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:44:35] 88 
[00:44:35] 89 error[E0658]: vectorcall is experimental and subject to change
[00:44:35] 89 error[E0658]: vectorcall is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:32:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:34:5
[00:44:35] 91    |
[00:44:35] 92 LL |     extern "vectorcall" fn m3(); //~ ERROR vectorcall is experimental and subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 95    = help: add #![feature(abi_vectorcall)] to the crate attributes to enable
[00:44:35] 96 
[00:44:35] 97 error[E0658]: rust-call ABI is subject to change (see issue #29625)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:33:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:35:5
[00:44:35] 99    |
[00:44:35] 100 LL |     extern "rust-call" fn m4(); //~ ERROR rust-call ABI is subject to change
[00:44:35] 
[00:44:35] 103    = help: add #![feature(unboxed_closures)] to the crate attributes to enable
[00:44:35] 104 
[00:44:35] 104 
[00:44:35] 105 error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:34:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:36:5
[00:44:35] 107    |
[00:44:35] 108 LL |     extern "msp430-interrupt" fn m5(); //~ ERROR msp430-interrupt ABI is experimental
[00:44:35] 
[00:44:35] 
[00:44:35] 111    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:44:35] 112 
[00:44:35] 113 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:35:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:37:5
[00:44:35] 115    |
[00:44:35] 116 LL |     extern "ptx-kernel" fn m6(); //~ ERROR PTX ABIs are experimental and subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 119    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:44:35] 120 
[00:44:35] 121 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:36:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:38:5
[00:44:35] 123    |
[00:44:35] 124 LL |     extern "x86-interrupt" fn m7(); //~ ERROR x86-interrupt ABI is experimental
[00:44:35] 
[00:44:35] 
[00:44:35] 127    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:44:35] 129 error[E0658]: thiscall is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:37:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:39:5
[00:44:35] 131    |
[00:44:35] 131    |
[00:44:35] 132 LL |     extern "thiscall" fn m8(); //~ ERROR thiscall is experimental and subject to change
[00:44:35] 
[00:44:35] 134    |
[00:44:35] 134    |
[00:44:35] 135    = help: add #![feature(abi_thiscall)] to the crate attributes to enable
[00:44:35] 136 
[00:44:35] - error[E0658]: amdgpu-kernel is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:26:1
[00:44:35] + error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)
[00:44:35] +   --> $DIR/feature-gate-abi.rs:40:5
[00:44:35] 139    |
[00:44:35] - LL | extern "amdgpu-kernel" fn m9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:44:35] -    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[00:44:35] + LL |     extern "amdgpu-kernel" fn m9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:44:35] 142    |
[00:44:35] 142    |
[00:44:35] 143    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:44:35] 
[00:44:35] 
[00:44:35] 145 error[E0658]: intrinsics are subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:39:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:42:5
[00:44:35] 147    |
[00:44:35] 148 LL |     extern "rust-intrinsic" fn dm1() {} //~ ERROR intrinsics are subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 151    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:44:35] 152 
[00:44:35] 153 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:40:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:43:5
[00:44:35] 155    |
[00:44:35] 156 LL |     extern "platform-intrinsic" fn dm2() {} //~ ERROR platform intrinsics are experimental
[00:44:35] 
[00:44:35] 159    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:44:35] 160 
[00:44:35] 161 error[E0658]: vectorcall is experimental and subject to change
[00:44:35] 161 error[E0658]: vectorcall is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:41:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:44:5
[00:44:35] 163    |
[00:44:35] 164 LL |     extern "vectorcall" fn dm3() {} //~ ERROR vectorcall is experimental and subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 167    = help: add #![feature(abi_vectorcall)] to the crate attributes to enable
[00:44:35] 168 
[00:44:35] 169 error[E0658]: rust-call ABI is subject to change (see issue #29625)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:42:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:45:5
[00:44:35] 171    |
[00:44:35] 172 LL |     extern "rust-call" fn dm4() {} //~ ERROR rust-call ABI is subject to change
[00:44:35] 
[00:44:35] 175    = help: add #![feature(unboxed_closures)] to the crate attributes to enable
[00:44:35] 176 
[00:44:35] 176 
[00:44:35] 177 error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:43:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:46:5
[00:44:35] 179    |
[00:44:35] 180 LL |     extern "msp430-interrupt" fn dm5() {} //~ ERROR msp430-interrupt ABI is experimental
[00:44:35] 
[00:44:35] 
[00:44:35] 183    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:44:35] 184 
[00:44:35] 185 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:44:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:47:5
[00:44:35] 187    |
[00:44:35] 188 LL |     extern "ptx-kernel" fn dm6() {} //~ ERROR PTX ABIs are experimental and subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 191    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:44:35] 192 
[00:44:35] 193 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:45:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:48:5
[00:44:35] 195    |
[00:44:35] 196 LL |     extern "x86-interrupt" fn dm7() {} //~ ERROR x86-interrupt ABI is experimental
[00:44:35] 
[00:44:35] 
[00:44:35] 199    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:44:35] 201 error[E0658]: thiscall is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:46:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:49:5
[00:44:35] 203    |
[00:44:35] 203    |
[00:44:35] 204 LL |     extern "thiscall" fn dm8() {} //~ ERROR thiscall is experimental and subject to change
[00:44:35] 
[00:44:35] 206    |
[00:44:35] 206    |
[00:44:35] 207    = help: add #![feature(abi_thiscall)] to the crate attributes to enable
[00:44:35] 208 
[00:44:35] - error[E0658]: amdgpu-kernel is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:26:1
[00:44:35] + error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)
[00:44:35] +   --> $DIR/feature-gate-abi.rs:50:5
[00:44:35] 211    |
[00:44:35] 212 LL |     extern "amdgpu-kernel" fn dm9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:44:35] +    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[00:44:35] 214    |
[00:44:35] 214    |
[00:44:35] 215    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:44:35] 
[00:44:35] 
[00:44:35] 217 error[E0658]: intrinsics are subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:53:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:57:5
[00:44:35] 219    |
[00:44:35] 220 LL |     extern "rust-intrinsic" fn m1() {} //~ ERROR intrinsics are subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 223    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:44:35] 224 
[00:44:35] 225 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:54:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:58:5
[00:44:35] 227    |
[00:44:35] 228 LL |     extern "platform-intrinsic" fn m2() {} //~ ERROR platform intrinsics are experimental
[00:44:35] 
[00:44:35] 231    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:44:35] 232 
[00:44:35] 233 error[E0658]: vectorcall is experimental and subject to change
[00:44:35] 233 error[E0658]: vectorcall is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:55:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:59:5
[00:44:35] 235    |
[00:44:35] 236 LL |     extern "vectorcall" fn m3() {} //~ ERROR vectorcall is experimental and subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 239    = help: add #![feature(abi_vectorcall)] to the crate attributes to enable
[00:44:35] 240 
[00:44:35] 241 error[E0658]: rust-call ABI is subject to change (see issue #29625)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:56:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:60:5
[00:44:35] 243    |
[00:44:35] 244 LL |     extern "rust-call" fn m4() {} //~ ERROR rust-call ABI is subject to change
[00:44:35] 
[00:44:35] 247    = help: add #![feature(unboxed_closures)] to the crate attributes to enable
[00:44:35] 248 
[00:44:35] 248 
[00:44:35] 249 error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:57:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:61:5
[00:44:35] 251    |
[00:44:35] 252 LL |     extern "msp430-interrupt" fn m5() {} //~ ERROR msp430-interrupt ABI is experimental
[00:44:35] 
[00:44:35] 
[00:44:35] 255    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:44:35] 256 
[00:44:35] 257 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:58:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:62:5
[00:44:35] 259    |
[00:44:35] 260 LL |     extern "ptx-kernel" fn m6() {} //~ ERROR PTX ABIs are experimental and subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 263    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:44:35] 264 
[00:44:35] 265 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:59:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:63:5
[00:44:35] 267    |
[00:44:35] 268 LL |     extern "x86-interrupt" fn m7() {} //~ ERROR x86-interrupt ABI is experimental
[00:44:35] 
[00:44:35] 
[00:44:35] 271    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:44:35] 273 error[E0658]: thiscall is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:60:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:64:5
[00:44:35] 275    |
[00:44:35] 275    |
[00:44:35] 276 LL |     extern "thiscall" fn m8() {} //~ ERROR thiscall is experimental and subject to change
[00:44:35] 
[00:44:35] 278    |
[00:44:35] 278    |
[00:44:35] 279    = help: add #![feature(abi_thiscall)] to the crate attributes to enable
[00:44:35] 280 
[00:44:35] - error[E0658]: amdgpu-kernel is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:26:1
[00:44:35] + error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)
[00:44:35] +   --> $DIR/feature-gate-abi.rs:65:5
[00:44:35] 283    |
[00:44:35] 284 LL |     extern "amdgpu-kernel" fn m9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:44:35] +    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[00:44:35] 286    |
[00:44:35] 286    |
[00:44:35] 287    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:44:35] 
[00:44:35] 
[00:44:35] 289 error[E0658]: intrinsics are subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:65:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:70:5
[00:44:35] 291    |
[00:44:35] 292 LL |     extern "rust-intrinsic" fn im1() {} //~ ERROR intrinsics are subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 295    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:44:35] 296 
[00:44:35] 297 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:66:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:71:5
[00:44:35] 299    |
[00:44:35] 300 LL |     extern "platform-intrinsic" fn im2() {} //~ ERROR platform intrinsics are experimental
[00:44:35] 
[00:44:35] 303    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:44:35] 304 
[00:44:35] 305 error[E0658]: vectorcall is experimental and subject to change
[00:44:35] 305 error[E0658]: vectorcall is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:67:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:72:5
[00:44:35] 307    |
[00:44:35] 308 LL |     extern "vectorcall" fn im3() {} //~ ERROR vectorcall is experimental and subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 311    = help: add #![feature(abi_vectorcall)] to the crate attributes to enable
[00:44:35] 312 
[00:44:35] 313 error[E0658]: rust-call ABI is subject to change (see issue #29625)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:68:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:73:5
[00:44:35] 315    |
[00:44:35] 316 LL |     extern "rust-call" fn im4() {} //~ ERROR rust-call ABI is subject to change
[00:44:35] 
[00:44:35] 319    = help: add #![feature(unboxed_closures)] to the crate attributes to enable
[00:44:35] 320 
[00:44:35] 320 
[00:44:35] 321 error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:69:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:74:5
[00:44:35] 323    |
[00:44:35] 324 LL |     extern "msp430-interrupt" fn im5() {} //~ ERROR msp430-interrupt ABI is experimental
[00:44:35] 
[00:44:35] 
[00:44:35] 327    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:44:35] 328 
[00:44:35] 329 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:70:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:75:5
[00:44:35] 331    |
[00:44:35] 332 LL |     extern "ptx-kernel" fn im6() {} //~ ERROR PTX ABIs are experimental and subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 335    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:44:35] 336 
[00:44:35] 337 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:71:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:76:5
[00:44:35] 339    |
[00:44:35] 340 LL |     extern "x86-interrupt" fn im7() {} //~ ERROR x86-interrupt ABI is experimental
[00:44:35] 
[00:44:35] 
[00:44:35] 343    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:44:35] 345 error[E0658]: thiscall is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:72:5
[00:44:35] +   --> $DIR/feature-gate-abi.rs:77:5
[00:44:35] 347    |
[00:44:35] 347    |
[00:44:35] 348 LL |     extern "thiscall" fn im8() {} //~ ERROR thiscall is experimental and subject to change
[00:44:35] 
[00:44:35] 350    |
[00:44:35] 350    |
[00:44:35] 351    = help: add #![feature(abi_thiscall)] to the crate attributes to enable
[00:44:35] 352 
[00:44:35] - error[E0658]: amdgpu-kernel is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:26:1
[00:44:35] + error[E0658]: amdgpu-kernel ABI is experimental and subject to change (see issue #51575)
[00:44:35] +   --> $DIR/feature-gate-abi.rs:78:5
[00:44:35] 355    |
[00:44:35] 356 LL |     extern "amdgpu-kernel" fn im9() {} //~ ERROR amdgpu-kernel is experimental and subject to change
[00:44:35] +    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[00:44:35] 358    |
[00:44:35] 358    |
[00:44:35] 359    = help: add #![feature(abi_amdgpu_kernel)] to the crate attributes to enable
[00:44:35] 
[00:44:35] 
[00:44:35] 361 error[E0658]: intrinsics are subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:76:11
[00:44:35] +   --> $DIR/feature-gate-abi.rs:82:11
[00:44:35] 363    |
[00:44:35] 364 LL | type A1 = extern "rust-intrinsic" fn(); //~ ERROR intrinsics are subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 367    = help: add #![feature(intrinsics)] to the crate attributes to enable
[00:44:35] 368 
[00:44:35] 369 error[E0658]: platform intrinsics are experimental and possibly buggy (see issue #27731)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:77:11
[00:44:35] +   --> $DIR/feature-gate-abi.rs:83:11
[00:44:35] 371    |
[00:44:35] 372 LL | type A2 = extern "platform-intrinsic" fn(); //~ ERROR platform intrinsics are experimental
[00:44:35] 
[00:44:35] 375    = help: add #![feature(platform_intrinsics)] to the crate attributes to enable
[00:44:35] 376 
[00:44:35] 377 error[E0658]: vectorcall is experimental and subject to change
[00:44:35] 377 error[E0658]: vectorcall is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:78:11
[00:44:35] +   --> $DIR/feature-gate-abi.rs:84:11
[00:44:35] 379    |
[00:44:35] 380 LL | type A3 = extern "vectorcall" fn(); //~ ERROR vectorcall is experimental and subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 383    = help: add #![feature(abi_vectorcall)] to the crate attributes to enable
[00:44:35] 384 
[00:44:35] 385 error[E0658]: rust-call ABI is subject to change (see issue #29625)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:79:11
[00:44:35] +   --> $DIR/feature-gate-abi.rs:85:11
[00:44:35] 387    |
[00:44:35] 388 LL | type A4 = extern "rust-call" fn(); //~ ERROR rust-call ABI is subject to change
[00:44:35] 
[00:44:35] 391    = help: add #![feature(unboxed_closures)] to the crate attributes to enable
[00:44:35] 392 
[00:44:35] 392 
[00:44:35] 393 error[E0658]: msp430-interrupt ABI is experimental and subject to change (see issue #38487)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:80:11
[00:44:35] +   --> $DIR/feature-gate-abi.rs:86:11
[00:44:35] 395    |
[00:44:35] 396 LL | type A5 = extern "msp430-interrupt" fn(); //~ ERROR msp430-interrupt ABI is experimental
[00:44:35] 
[00:44:35] 
[00:44:35] 399    = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
[00:44:35] 400 
[00:44:35] 401 error[E0658]: PTX ABIs are experimental and subject to change (see issue #38788)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:81:11
[00:44:35] +   --> $DIR/feature-gate-abi.rs:87:11
[00:44:35] 403    |
[00:44:35] 404 LL | type A6 = extern "ptx-kernel" fn (); //~ ERROR PTX ABIs are experimental and subject to change
[00:44:35] 
[00:44:35] 
[00:44:35] 407    = help: add #![feature(abi_ptx)] to the crate attributes to enable
[00:44:35] 408 
[00:44:35] 409 error[E0658]: x86-interrupt ABI is experimental and subject to change (see issue #40180)
[00:44:35] -   --> $DIR/feature-gate-abi.rs:82:11
[00:44:35] +   --> $DIR/feature-gate-abi.rs:88:11
[00:44:35] 411    |
[00:44:35] 412 LL | type A7 = extern "x86-interrupt" fn(); //~ ERROR x86-interrupt ABI is experimental
[00:44:35] 
[00:44:35] 
[00:44:35] 415    = help: add #![feature(abi_x86_interrupt)] to the crate attributes to enable
[00:44:35] 417 error[E0658]: thiscall is experimental and subject to change
[00:44:35] -   --> $DIR/feature-gate-abi.rs:83:11
[00:44:35] +   --> $DIR/feature-gate-abi.rs:89:11
[00:44:35] 419    |
[00:44:35] 419    |
[00:44:35] 420 LL | type A8 = extern "thiscall" fn(); //~ ERROR thiscall is experimental and subject to change
[00:44:35] 
[00:44:35] 422    |
---
[00:44:35] test result: FAILED. 1555 passed; 1 failed; 5 ignored; 0 measured; 0 filtered out
[00:44:35] 
[00:44:35] 
[00:44:35] 
[00:44:35] command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0-tools-bin/compiletest" "--compile-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib" "--run-lib-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "--rustc-path" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustc" "--src-base" "/checkout/src/test/ui" "--build-base" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/ui" "--stage-id" "stage2-x86_64-unknown-linux-gnu" "--mode" "ui" "--target" "x86_64-unknown-linux-gnu" "--host" "x86_64-unknown-linux-gnu" "--llvm-filecheck" "/usr/lib/llvm-5.0/bin/FileCheck" "--host-rustcflags" "-Crpath -O -Zunstable-options " "--target-rustcflags" "-Crpath -O -Zunstable-options  -Lnative=/checkout/obj/build/x86_64-unknown-linux-gnu/native/rust-test-helpers" "--docck-python" "/usr/bin/python2.7" "--lldb-python" "/usr/bin/python2.7" "--gdb" "/usr/bin/gdb" "--quiet" "--llvm-version" "5.0.0\n" "--system-llvm" "--cc" "" "--cxx" "" "--cflags" "" "--llvm-components" "" "--llvm-cxxflags" "" "--adb-path" "adb" "--adb-test-dir" "/data/tmp/work" "--android-cross-path" "" "--color" "always"
[00:44:35] 
[00:44:35] 
[00:44:35] failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test
[00:44:35] Build completed unsuccessfully in 0:01:26
[00:44:35] Build completed unsuccessfully in 0:01:26
[00:44:35] make: *** [check] Error 1
[00:44:35] Makefile:58: recipe for target 'check' failed

The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 2.
travis_time:start:123a8dae
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@alexcrichton
Copy link
Member

@bors: r-

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 13, 2018
@DiamondLovesYou
Copy link
Contributor Author

Is there a quick way to update those line numbers? (sorry, I forgot that I needed to fix that before this got accepted...)

@DiamondLovesYou
Copy link
Contributor Author

Actually, nvm. Just Use The Diff, Richard.

Technically, there are requirements imposed by the LLVM
`AMDGPUTargetMachine` on functions with this ABI (eg, the return type
must be void), but I'm unsure exactly where this should be enforced.
@DiamondLovesYou
Copy link
Contributor Author

@alexcrichton Fixed

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Jul 13, 2018

📌 Commit 6332bb1 has been approved by alexcrichton

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jul 13, 2018
@bors
Copy link
Contributor

bors commented Jul 14, 2018

⌛ Testing commit 6332bb1 with merge 8475547...

bors added a commit that referenced this pull request Jul 14, 2018
Add the `amdgpu-kernel` ABI.

Technically, there are requirements imposed by the LLVM
`AMDGPUTargetMachine` on functions with this ABI (eg, the return type
must be void), but I'm unsure exactly where this should be enforced.
@bors
Copy link
Contributor

bors commented Jul 14, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 8475547 to master...

@bors bors merged commit 6332bb1 into rust-lang:master Jul 14, 2018
@bors bors mentioned this pull request Jul 14, 2018
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants