Skip to content

Commit f118c76

Browse files
committed
Remove two unused feature gates from rustc_query_impl
1 parent 1c20462 commit f118c76

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_query_impl/src

1 file changed

+0
-3
lines changed

compiler/rustc_query_impl/src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
44
#![doc(rust_logo)]
55
#![feature(rustdoc_internals)]
6-
// this shouldn't be necessary, but the check for `&mut _` is too naive and denies returning a function pointer that takes a mut ref
7-
#![feature(const_mut_refs)]
8-
#![feature(const_refs_to_cell)]
96
#![feature(min_specialization)]
107
#![feature(never_type)]
118
#![feature(rustc_attrs)]

0 commit comments

Comments
 (0)