We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c20462 commit f118c76Copy full SHA for f118c76
compiler/rustc_query_impl/src/lib.rs
@@ -3,9 +3,6 @@
3
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
4
#![doc(rust_logo)]
5
#![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)]
9
#![feature(min_specialization)]
10
#![feature(never_type)]
11
#![feature(rustc_attrs)]
0 commit comments