Skip to content

Commit 6b83862

Browse files
authored
Rollup merge of rust-lang#67780 - cjgillot:passes-ty, r=Zoxc
Move some queries from rustc::ty to librustc_ty. cc rust-lang#65031
2 parents e02c475 + 894dc2d commit 6b83862

File tree

7 files changed

+426
-354
lines changed

7 files changed

+426
-354
lines changed

Cargo.lock

+12
Original file line numberDiff line numberDiff line change
@@ -3652,6 +3652,7 @@ dependencies = [
36523652
"rustc_span",
36533653
"rustc_target",
36543654
"rustc_traits",
3655+
"rustc_ty",
36553656
"rustc_typeck",
36563657
"serialize",
36573658
"smallvec 1.0.0",
@@ -3953,6 +3954,17 @@ dependencies = [
39533954
"syntax",
39543955
]
39553956

3957+
[[package]]
3958+
name = "rustc_ty"
3959+
version = "0.0.0"
3960+
dependencies = [
3961+
"log",
3962+
"rustc",
3963+
"rustc_data_structures",
3964+
"rustc_hir",
3965+
"rustc_span",
3966+
]
3967+
39563968
[[package]]
39573969
name = "rustc_typeck"
39583970
version = "0.0.0"

0 commit comments

Comments
 (0)