Skip to content

Commit

Permalink
get it to build
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhance committed Feb 28, 2025
1 parent 3de3216 commit ac7ddb3
Show file tree
Hide file tree
Showing 7 changed files with 295 additions and 237 deletions.
65 changes: 60 additions & 5 deletions source/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 source/rust_verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ internals_interface = { path = "../tools/internals_interface" }
indicatif = "0.17.7"
console = { version = "0.15", default-features = false, features = ["ansi-parsing"] }
indexmap = { version = "1" }
rustc_mir_build_verus = { path = "../rustc_mir_build" }

[target.'cfg(windows)'.dependencies]
win32job = "1"
Expand Down
20 changes: 1 addition & 19 deletions source/rustc_mir_build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,10 @@
[package]
name = "rustc_mir_build"
name = "rustc_mir_build_verus"
version = "0.0.0"
edition = "2021"

[dependencies]
# tidy-alphabetical-start
either = "1.5.0"
itertools = "0.12"
rustc_apfloat = "0.2.0"
rustc_arena = { path = "../rustc_arena" }
rustc_ast = { path = "../rustc_ast" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_errors = { path = "../rustc_errors" }
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
rustc_hir = { path = "../rustc_hir" }
rustc_index = { path = "../rustc_index" }
rustc_infer = { path = "../rustc_infer" }
rustc_lint = { path = "../rustc_lint" }
rustc_macros = { path = "../rustc_macros" }
rustc_middle = { path = "../rustc_middle" }
rustc_pattern_analysis = { path = "../rustc_pattern_analysis" }
rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }
rustc_target = { path = "../rustc_target" }
rustc_trait_selection = { path = "../rustc_trait_selection" }
tracing = "0.1"
# tidy-alphabetical-end
Loading

0 comments on commit ac7ddb3

Please sign in to comment.