Skip to content

Commit 4a58463

Browse files
authored
Auto merge of #36695 - arielb1:literal-match, r=eddyb
Refactor match checking to use HAIR Refactor match checking to use HAIR instead of HIR, fixing quite a few bugs in the process. r? @eddyb
2 parents c59cb71 + 3f9ebb4 commit 4a58463

24 files changed

+1904
-1331
lines changed

src/Cargo.lock

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/librustc_const_eval/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ path = "lib.rs"
99
crate-type = ["dylib"]
1010

1111
[dependencies]
12+
arena = { path = "../libarena" }
1213
log = { path = "../liblog" }
1314
serialize = { path = "../libserialize" }
1415
rustc = { path = "../librustc" }
1516
rustc_back = { path = "../librustc_back" }
1617
rustc_const_math = { path = "../librustc_const_math" }
18+
rustc_data_structures = { path = "../librustc_data_structures" }
1719
rustc_errors = { path = "../librustc_errors" }
1820
syntax = { path = "../libsyntax" }
1921
graphviz = { path = "../libgraphviz" }

0 commit comments

Comments
 (0)