about summary refs log tree commit diff
path: root/src/tools/miri
blob: 22c97b33e470d0b7c085e98417bef8b362d43d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
tree 29c94647a5980748513cfce43d90752af3ed328a
parent ede9ae6c513bb4fa339f624f55ce14a90abb4ada
parent e428d29d93423fd68991bbc7bce68a991ea743e9
author bors <bors@rust-lang.org> 1653405453 +0000
committer bors <bors@rust-lang.org> 1653405453 +0000

Auto merge of #2138 - JakobDegen:call-fallout, r=RalfJung

Adjust Miri to also require return places everywhere

This is the miri side of rust-lang/rust#96098 . It'll still need a bump to rust-version once the rust PR is merged, but the test suite passes against my local build of rustc.