Skip to content

Commit

Permalink
change match checking to use HAIR
Browse files Browse the repository at this point in the history
no intended functional changes
  • Loading branch information
arielb1 committed Oct 26, 2016
1 parent 04a92a1 commit e313d8b
Show file tree
Hide file tree
Showing 8 changed files with 383 additions and 260 deletions.
1 change: 1 addition & 0 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/librustc_const_eval/Cargo.toml
Expand Up @@ -9,6 +9,7 @@ path = "lib.rs"
crate-type = ["dylib"]

[dependencies]
arena = { path = "../libarena" }
log = { path = "../liblog" }
serialize = { path = "../libserialize" }
rustc = { path = "../librustc" }
Expand Down

0 comments on commit e313d8b

Please sign in to comment.