]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #96425 - oli-obk:fix_incremental_regression_unsafety_checking, r=compil...
authorbors <bors@rust-lang.org>
Tue, 26 Apr 2022 22:35:40 +0000 (22:35 +0000)
committerbors <bors@rust-lang.org>
Tue, 26 Apr 2022 22:35:40 +0000 (22:35 +0000)
commita7197189cd0e3a86d1b661d1dceb8bdff021d0b8
treeae44942c8c11f105428b13946bf9607679fa8fab
parent082e4ca49770ebc9cb0ee616f3726a67471be8cb
parent3568bdc6cdf04da3bf8f1be02741ea731265a3da
Auto merge of #96425 - oli-obk:fix_incremental_regression_unsafety_checking, r=compiler-errors

Fix incremental perf regression unsafety checking

Perf regression introduced in #96294

We will simply avoid emitting the name of the unsafe function in MIR unsafeck, since we're moving to THIR unsafeck anyway.