Skip to content

Commit 894dc2d

Browse files
committed
Do not forget to provide queries.
1 parent 9908a87 commit 894dc2d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/librustc_interface/passes.rs

+1
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ pub fn default_provide(providers: &mut ty::query::Providers<'_>) {
677677
rustc_passes::provide(providers);
678678
rustc_resolve::provide(providers);
679679
rustc_traits::provide(providers);
680+
rustc_ty::provide(providers);
680681
rustc_metadata::provide(providers);
681682
rustc_lint::provide(providers);
682683
rustc_codegen_utils::provide(providers);

src/librustc_passes/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
//! This API is completely unstable and subject to change.
66
77
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
8-
#![feature(bool_to_option)]
98
#![feature(in_band_lifetimes)]
109
#![feature(nll)]
1110
#![feature(slice_patterns)]

0 commit comments

Comments
 (0)