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