2 files changed
+3
-1
lines changedDiff for: Cargo.lock
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1613 | 1613 |
| |
1614 | 1614 |
| |
1615 | 1615 |
| |
| 1616 | + | |
1616 | 1617 |
| |
| 1618 | + | |
1617 | 1619 |
| |
1618 | 1620 |
| |
1619 | 1621 |
| |
|
Diff for: src/tools/miri
- Cargo.toml+2
- benches/helpers/miri_helper.rs+1-1
- rust-version+1-1
- src/bin/miri-rustc-tests.rs+2-2
- src/bin/miri.rs+16-1
- src/fn_call.rs+76-20
- src/intrinsic.rs+5-5
- src/lib.rs+17-8
- tests/compile-fail/deallocate-bad-alignment.rs+1-1
- tests/compile-fail/deallocate-bad-size.rs+1-1
- tests/compile-fail/deallocate-twice.rs+1-1
- tests/compile-fail/getrandom.rs+13
- tests/compile-fail/reallocate-bad-size.rs+1-1
- tests/compile-fail/reallocate-change-alloc.rs+1-1
- tests/compile-fail/reallocate-dangling.rs+1-1
- tests/run-pass/async-fn.rs+13-9
- tests/run-pass/closures.rs+5
- tests/run-pass/hashmap.rs+16-3
0 commit comments