1
Fork 0

Rollup merge of #119479 - bjorn3:remove_unused_feature_gates, r=compiler-errors

Remove two unused feature gates from rustc_query_impl
This commit is contained in:
León Orell Valerian Liehr 2024-01-03 16:08:28 +01:00 committed by GitHub
commit 394aaeed05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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