Skip to content

Commit

Permalink
Unrolled build for rust-lang#119479
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#119479 - bjorn3:remove_unused_feature_gates, r=compiler-errors

Remove two unused feature gates from rustc_query_impl
  • Loading branch information
rust-timer authored Jan 3, 2024
2 parents 1a47f5b + f118c76 commit de23ea8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/rustc_query_impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit de23ea8

Please sign in to comment.