Sign in
rust
/
rust
/
b4e645fe5af113f6ec072e04d55b7eb742e236ca
/
.
/
compiler
/
rustc_query_system
/
src
/
lib.rs
blob: bb077d02422b90afee37591a9aaf2ac3fbd6b1a8 [
file
] [
log
] [
blame
]
// tidy-alphabetical-start
#![
allow
(
internal_features
)]
#![
cfg_attr
(
bootstrap
,
feature
(
assert_matches
))]
#![
feature
(
min_specialization
)]
// tidy-alphabetical-end
pub
mod
ich
;
pub
mod
query
;