about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-06-02 21:15:35 +0000
committerbors <bors@rust-lang.org>2019-06-02 21:15:35 +0000
commit607aadcb77e71e23a049bc37f7e480c1edaa3ea0 (patch)
treef58fc66cd8d9597833acbc3d0234f831ae0e7287
parent627486af15d222bcba336b12ea92a05237cc9ab1 (diff)
parent4dfed4a0ca65d4214fe9196996f1eb473a708d51 (diff)
downloadrust-607aadcb77e71e23a049bc37f7e480c1edaa3ea0.tar.gz
rust-607aadcb77e71e23a049bc37f7e480c1edaa3ea0.zip
Auto merge of #61295 - RalfJung:miri, r=oli-obk
update miri

r? @oli-obk

Fixes https://github.com/rust-lang/rust/issues/60533
-rw-r--r--Cargo.lock1
m---------src/tools/miri24
2 files changed, 20 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0eee3461ed6..ea0087de839 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1646,6 +1646,7 @@ dependencies = [
  "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-workspace-hack 1.0.0",
  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/src/tools/miri b/src/tools/miri
-Subproject 0c85dbf3df0f545133dca24eccfc9f0f6107c7f
+Subproject e1a0f66373a1a185334a6e3be24e94161e3b4a4