Skip to content

Commit

Permalink
Merge #10806
Browse files Browse the repository at this point in the history
10806: Update compiler features r=neonaot a=intellij-rust-bot



Co-authored-by: intellij-rust-bot <intellij.rust@gmail.com>
  • Loading branch information
bors[bot] and intellij-rust-bot committed Aug 25, 2023
2 parents d110f4f + 6e28593 commit 4e52f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/compiler-info/compiler-features.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{"name":"aarch64_target_feature","state":"accepted","since":"1.61.0"},
{"name":"abi_efiapi","state":"accepted","since":"1.68.0"},
{"name":"abi_sysv64","state":"accepted","since":"1.24.0"},
{"name":"abi_thiscall","state":"accepted","since":"1.19.0"},
{"name":"adx_target_feature","state":"accepted","since":"1.61.0"},
{"name":"arbitrary_enum_discriminant","state":"accepted","since":"1.66.0"},
{"name":"asm_sym","state":"accepted","since":"1.66.0"},
Expand Down Expand Up @@ -153,7 +154,6 @@
{"name":"used","state":"accepted","since":"1.30.0"},
{"name":"while_let","state":"accepted","since":"1.0.0"},
{"name":"windows_subsystem","state":"accepted","since":"1.18.0"},
{"name":"abi_thiscall","state":"active","since":"1.19.0"},
{"name":"abi_unadjusted","state":"active","since":"1.16.0"},
{"name":"abi_vectorcall","state":"active","since":"1.7.0"},
{"name":"allocator_internals","state":"active","since":"1.20.0"},
Expand Down Expand Up @@ -212,6 +212,7 @@
{"name":"abi_c_cmse_nonsecure_call","state":"active","since":"1.51.0"},
{"name":"abi_msp430_interrupt","state":"active","since":"1.16.0"},
{"name":"abi_ptx","state":"active","since":"1.15.0"},
{"name":"abi_riscv_interrupt","state":"active","since":"1.73.0"},
{"name":"abi_x86_interrupt","state":"active","since":"1.17.0"},
{"name":"adt_const_params","state":"incomplete","since":"1.56.0"},
{"name":"alloc_error_handler","state":"active","since":"1.29.0"},
Expand Down

0 comments on commit 4e52f9b

Please sign in to comment.