diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-24 16:19:28 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-26 08:46:10 +1100 |
| commit | 72e8690c0495d9ba48e27e66f824c6bdcdb1664c (patch) | |
| tree | b1a0e71ec5c729555ebbbb6104d645c5e0a27f6e | |
| parent | 2e4e2a8f288f642cafcc41fff211955ceddc453d (diff) | |
| download | rust-72e8690c0495d9ba48e27e66f824c6bdcdb1664c.tar.gz rust-72e8690c0495d9ba48e27e66f824c6bdcdb1664c.zip | |
Remove unused `never_type` feature.
| -rw-r--r-- | compiler/rustc_incremental/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_incremental/src/lib.rs b/compiler/rustc_incremental/src/lib.rs index bdae07a3946..1e8bb2c4045 100644 --- a/compiler/rustc_incremental/src/lib.rs +++ b/compiler/rustc_incremental/src/lib.rs @@ -5,7 +5,6 @@ #![cfg_attr(not(bootstrap), doc(rust_logo))] #![cfg_attr(not(bootstrap), feature(rustdoc_internals))] #![cfg_attr(not(bootstrap), allow(internal_features))] -#![feature(never_type)] #![recursion_limit = "256"] #![deny(rustc::untranslatable_diagnostic)] #![deny(rustc::diagnostic_outside_of_impl)] |
