about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2021-01-10 19:35:42 +0100
committerRalf Jung <post@ralfj.de>2021-01-29 15:18:45 +0100
commit13ffa43bbb910b5484874f15e7bda824b8fe6782 (patch)
treeb5562247ac80565d6a675d40491717e27676e1a5 /library/std/src
parentd3163e96553ae8cb1fca0e62084b124e8b98310b (diff)
downloadrust-13ffa43bbb910b5484874f15e7bda824b8fe6782.tar.gz
rust-13ffa43bbb910b5484874f15e7bda824b8fe6782.zip
rename raw_const/mut -> const/mut_addr_of, and stabilize them
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 92c8b7c1774..933e9229fdb 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -298,7 +298,6 @@
 #![feature(prelude_import)]
 #![feature(ptr_internals)]
 #![feature(raw)]
-#![feature(raw_ref_macros)]
 #![feature(ready_macro)]
 #![feature(rustc_attrs)]
 #![feature(rustc_private)]