mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
8d56cfe4c3
From `rustc_query_system` to `rustc_middle.` I put it in `graph.rs`, it's one of two files that uses `QuerySideEffect` and seemed as good as anywhere else.
8 lines
176 B
Rust
8 lines
176 B
Rust
// tidy-alphabetical-start
|
|
#![allow(internal_features)]
|
|
#![cfg_attr(bootstrap, feature(assert_matches))]
|
|
#![feature(min_specialization)]
|
|
// tidy-alphabetical-end
|
|
|
|
pub mod ich;
|