diff options
| author | Ralf Jung <post@ralfj.de> | 2020-06-12 18:17:30 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2020-06-12 19:10:58 +0200 |
| commit | f0d2e78d39d0efdb431af0b59c498d532d8146e2 (patch) | |
| tree | a81ded226be8bdd8aec8f5515d0a30887c04ef36 /src/libstd | |
| parent | 59493917be3e87e1dfb44a9ccb66a9f9b17228e6 (diff) | |
| download | rust-f0d2e78d39d0efdb431af0b59c498d532d8146e2.tar.gz rust-f0d2e78d39d0efdb431af0b59c498d532d8146e2.zip | |
add raw_ref macros
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index d6493454db5..ef699ede2a1 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -298,6 +298,7 @@ #![feature(prelude_import)] #![feature(ptr_internals)] #![feature(raw)] +#![feature(raw_ref_macros)] #![feature(renamed_spin_loop)] #![feature(rustc_attrs)] #![feature(rustc_private)] |
