Skip to content

Commit e313d8b

Browse files
committed
change match checking to use HAIR
no intended functional changes
1 parent 04a92a1 commit e313d8b

File tree

8 files changed

+383
-260
lines changed

8 files changed

+383
-260
lines changed

src/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/librustc_const_eval/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ 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" }

0 commit comments

Comments
 (0)