1
Fork 0

rename raw_const/mut -> const/mut_addr_of, and stabilize them

This commit is contained in:
Ralf Jung 2021-01-10 19:35:42 +01:00
parent d3163e9655
commit 13ffa43bbb
11 changed files with 30 additions and 37 deletions

View file

@ -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)]