diff options
| author | bors <bors@rust-lang.org> | 2024-10-22 07:21:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-22 07:21:22 +0000 |
| commit | ca51c1e72cebbf0e6979339598b024c400536631 (patch) | |
| tree | b8e998e43a98e3cfe11d7b8b8ba0aaf4063ab905 /compiler/rustc_data_structures/src | |
| parent | fa815a1cbbdb263bb6531d51ceb606e418e32d9a (diff) | |
| parent | efc2ba2d902e979770a17e2da6e3d289d6909812 (diff) | |
| download | rust-ca51c1e72cebbf0e6979339598b024c400536631.tar.gz rust-ca51c1e72cebbf0e6979339598b024c400536631.zip | |
Auto merge of #18364 - lnicola:sync-from-rust, r=lnicola
minor: sync from downstream
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)] |
