diff options
| author | Ralf Jung <post@ralfj.de> | 2023-05-16 10:34:36 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-05-16 10:34:36 +0200 |
| commit | ed0573fb2a5c2170a5a264dd033e6ff5dddc277f (patch) | |
| tree | 5cc400b7671a8915c20e7a3474ef6b145069e4ad /compiler/rustc_data_structures/src/lib.rs | |
| parent | 033191268167398031b8f10b137adcea4b15d53c (diff) | |
| parent | 3ea9ad532474343426e564b997891e459cda89a6 (diff) | |
| download | rust-ed0573fb2a5c2170a5a264dd033e6ff5dddc277f.tar.gz rust-ed0573fb2a5c2170a5a264dd033e6ff5dddc277f.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 004017ec5f3..5b9b0e106d2 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -26,6 +26,7 @@ #![feature(test)] #![feature(thread_id_value)] #![feature(vec_into_raw_parts)] +#![feature(allocator_api)] #![feature(get_mut_unchecked)] #![feature(lint_reasons)] #![feature(unwrap_infallible)] @@ -77,6 +78,7 @@ pub mod sorted_map; pub mod stable_hasher; mod atomic_ref; pub mod fingerprint; +pub mod marker; pub mod profiling; pub mod sharded; pub mod stack; |
