fix silly mistake
you should always run x.py check before pushing
This commit is contained in:
parent
9f9c311718
commit
9039265c30
@ -600,7 +600,7 @@ fn try_visit_primitive(
|
||||
self.check_safe_pointer(&ptr, "box")?;
|
||||
|
||||
// Check other fields of Box
|
||||
self.walk_value(op)?;
|
||||
self.walk_value(value)?;
|
||||
Ok(true)
|
||||
}
|
||||
ty::FnPtr(_sig) => {
|
||||
|
Loading…
Reference in New Issue
Block a user