Skip to content

Commit

Permalink
Remove --mir-linker from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Oct 1, 2024
1 parent 3853481 commit 040ab6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/cargo-kani/asm/global/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ crate_with_global_asm = { path = "crate_with_global_asm" }

[package.metadata.kani]
# Issue with MIR Linker on static constant.
flags = { enable-unstable = true, ignore-global-asm = true, mir-linker = true }
flags = { enable-unstable = true, ignore-global-asm = true }
2 changes: 0 additions & 2 deletions tests/cargo-ui/ws-integ-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ members = [
[workspace.metadata.kani.flags]
workspace = true
tests = true
enable-unstable=true
mir-linker=true

0 comments on commit 040ab6f

Please sign in to comment.