]> git.lizzy.rs Git - rust.git/commit
Auto merge of #1445 - JOE1994:patch-1, r=RalfJung
authorbors <bors@rust-lang.org>
Mon, 8 Jun 2020 23:26:59 +0000 (23:26 +0000)
committerbors <bors@rust-lang.org>
Mon, 8 Jun 2020 23:26:59 +0000 (23:26 +0000)
commit09b5755fff2aa938714d7d9cc17696591e5fe677
treef29ae6a792f3b9f9e2f1b57127cdc3296526af6d
parent592d621b785bf9036bce4deeeaa3db13b19d589b
parentea4a5587ca230b9f485085fb5c5891de9452bf13
Auto merge of #1445 - JOE1994:patch-1, r=RalfJung

Add a case to list of 'StackedBorrows violations'

A small fix was made to libstd in rust-lang/rust#70479 (back in March).
(Miri reported UB due to Stacked Borrows violation - [link to Miri error log](https://github.com/rust-lang/miri/pull/1225#discussion_r397830221))

Thank you for reviewing :+1: