std::ptr no longer needs whitelisting
This commit is contained in:
parent
6f9ee8b9e5
commit
464dee8edf
1 changed files with 0 additions and 1 deletions
|
|
@ -318,7 +318,6 @@ impl<'a, 'mir, 'tcx> Machine<'a, 'mir, 'tcx> for Evaluator<'tcx> {
|
|||
// We walk up the stack a few frames to also cover their callees.
|
||||
const WHITELIST: &[(&str, &str)] = &[
|
||||
// Uses mem::uninitialized
|
||||
("std::ptr::read", ""),
|
||||
("std::sys::windows::mutex::Mutex::", ""),
|
||||
];
|
||||
for frame in ecx.stack().iter()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue