Skip to content

Commit 70fb0fd

Browse files
committed
move types from rustc_attr to rustc_hir
1 parent 722714d commit 70fb0fd

File tree

71 files changed

+823
-689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+823
-689
lines changed

Cargo.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3321,6 +3321,7 @@ dependencies = [
33213321
"rustc_errors",
33223322
"rustc_feature",
33233323
"rustc_fluent_macro",
3324+
"rustc_hir",
33243325
"rustc_lexer",
33253326
"rustc_macros",
33263327
"rustc_serialize",
@@ -3378,6 +3379,7 @@ dependencies = [
33783379
"rustc_expand",
33793380
"rustc_feature",
33803381
"rustc_fluent_macro",
3382+
"rustc_hir",
33813383
"rustc_index",
33823384
"rustc_lexer",
33833385
"rustc_lint_defs",
@@ -3659,6 +3661,7 @@ dependencies = [
36593661
"rustc_errors",
36603662
"rustc_feature",
36613663
"rustc_fluent_macro",
3664+
"rustc_hir",
36623665
"rustc_lexer",
36633666
"rustc_lint_defs",
36643667
"rustc_macros",

compiler/rustc_attr/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rustc_data_structures = { path = "../rustc_data_structures" }
1212
rustc_errors = { path = "../rustc_errors" }
1313
rustc_feature = { path = "../rustc_feature" }
1414
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
15+
rustc_hir = { path = "../rustc_hir" }
1516
rustc_lexer = { path = "../rustc_lexer" }
1617
rustc_macros = { path = "../rustc_macros" }
1718
rustc_serialize = { path = "../rustc_serialize" }

0 commit comments

Comments
 (0)