diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-10-22 10:12:22 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-10-22 10:12:22 +0300 |
| commit | 5d540f4cc96460530e5056345d0325ff35a5746f (patch) | |
| tree | 1eea67e6482c5f42dac4074dbc538fa2941ea996 /compiler/rustc_data_structures/src | |
| parent | 5038ee728227325ac0aca5e44c42171e473a93e3 (diff) | |
| parent | 1de57a5ce952c722f7053aeacfc6c90bc139b678 (diff) | |
| download | rust-5d540f4cc96460530e5056345d0325ff35a5746f.tar.gz rust-5d540f4cc96460530e5056345d0325ff35a5746f.zip | |
Merge from rust-lang/rust
Diffstat (limited to 'compiler/rustc_data_structures/src')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index fba2707922b..afac08ae6f8 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -33,7 +33,6 @@ #![feature(ptr_alignment_type)] #![feature(rustc_attrs)] #![feature(rustdoc_internals)] -#![feature(strict_provenance)] #![feature(test)] #![feature(thread_id_value)] #![feature(type_alias_impl_trait)] |
