We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee500a commit 3a80e03Copy full SHA for 3a80e03
src/librustc_resolve/lib.rs
@@ -21,7 +21,6 @@
21
22
#![feature(associated_consts)]
23
#![feature(borrow_state)]
24
-#![feature(rc_weak)]
25
#![feature(rustc_diagnostic_macros)]
26
#![feature(rustc_private)]
27
#![feature(slice_splits)]
src/librustc_trans/lib.rs
@@ -36,7 +36,6 @@
36
#![feature(path_relative_from)]
37
38
#![feature(quote)]
39
40
41
42
#![feature(staged_api)]
0 commit comments