Move QuerySideEffect.
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.
This commit is contained in:
parent
72c7d8640f
commit
8d56cfe4c3
7 changed files with 20 additions and 33 deletions
|
|
@ -4514,11 +4514,8 @@ dependencies = [
|
|||
"rustc_abi",
|
||||
"rustc_ast",
|
||||
"rustc_data_structures",
|
||||
"rustc_errors",
|
||||
"rustc_feature",
|
||||
"rustc_hir",
|
||||
"rustc_macros",
|
||||
"rustc_serialize",
|
||||
"rustc_session",
|
||||
"rustc_span",
|
||||
"smallvec",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue