Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Update toolchain (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Herman Venter committed Jan 6, 2022
1 parent fc9be9d commit 4fe7492
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

Binary file modified binaries/summary_store.tar
Binary file not shown.
1 change: 0 additions & 1 deletion checker/src/block_visitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,6 @@ impl<'block, 'analysis, 'compilation, 'tcx> BlockVisitor<'block, 'analysis, 'com
};
let value = match null_op {
mir::NullOp::AlignOf => alignment,
mir::NullOp::Box => unreachable!("NullOp::Box is no longer used"),
mir::NullOp::SizeOf => len,
};
self.bv.update_value_at(path, value);
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2022-01-01
nightly-2022-01-06
1 change: 0 additions & 1 deletion validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ time cargo test

# Install MIRAI into cargo so that we can use optimized binaries to analyze debug binaries built with special flags
cargo uninstall mirai || true
cargo uninstall cargo-mirai || true
cargo install --path ./checker

# Run mirai on itself (using the optimized build in cargo as the bootstrap).
Expand Down

0 comments on commit 4fe7492

Please sign in to comment.