diff options
| author | Boxy <rust@boxyuwu.dev> | 2024-09-05 17:23:40 +0100 |
|---|---|---|
| committer | Boxy <rust@boxyuwu.dev> | 2024-09-05 17:24:01 +0100 |
| commit | 0091b8ab2a16aea880e2fe5d3c876f4f743640d5 (patch) | |
| tree | ca11d992224c243236c438da5db5d151479dbe16 /compiler/rustc_llvm/src | |
| parent | a9998704d378dcb7bf399a5835dab1d22543c01f (diff) | |
| download | rust-0091b8ab2a16aea880e2fe5d3c876f4f743640d5.tar.gz rust-0091b8ab2a16aea880e2fe5d3c876f4f743640d5.zip | |
update cfgs
Diffstat (limited to 'compiler/rustc_llvm/src')
| -rw-r--r-- | compiler/rustc_llvm/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_llvm/src/lib.rs b/compiler/rustc_llvm/src/lib.rs index 3532d50c64e..055d2bd5bc9 100644 --- a/compiler/rustc_llvm/src/lib.rs +++ b/compiler/rustc_llvm/src/lib.rs @@ -1,6 +1,5 @@ // tidy-alphabetical-start #![allow(internal_features)] -#![cfg_attr(bootstrap, feature(unsafe_attributes, unsafe_extern_blocks))] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![doc(rust_logo)] #![feature(rustdoc_internals)] |
