diff options
| author | Nicholas Bishop <nicholasbishop@google.com> | 2022-12-16 15:02:22 -0500 |
|---|---|---|
| committer | Nicholas Bishop <nbishop@nbishop.net> | 2023-01-11 20:42:13 -0500 |
| commit | 46f9e878f68e6ece9e8dad54c67e97e5dd5838e1 (patch) | |
| tree | f6faefe37de2a628430421329cc1125d38fb6d91 /tests/codegen | |
| parent | 1e4f90061cc4bc566f99ab21b1f101182b10cf0c (diff) | |
| download | rust-46f9e878f68e6ece9e8dad54c67e97e5dd5838e1.tar.gz rust-46f9e878f68e6ece9e8dad54c67e97e5dd5838e1.zip | |
Stabilize `abi_efiapi` feature
Tracking issue: https://github.com/rust-lang/rust/issues/65815
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/abi-efiapi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/abi-efiapi.rs b/tests/codegen/abi-efiapi.rs index 9061d7432a3..9502ebf59af 100644 --- a/tests/codegen/abi-efiapi.rs +++ b/tests/codegen/abi-efiapi.rs @@ -14,7 +14,7 @@ // compile-flags: -C no-prepopulate-passes #![crate_type = "lib"] -#![feature(no_core, lang_items, abi_efiapi)] +#![feature(no_core, lang_items)] #![no_core] #[lang="sized"] |
