Remove an unused validation error variant
This commit is contained in:
parent
97372c8c88
commit
4e5dfb61e4
3 changed files with 0 additions and 9 deletions
|
@ -438,9 +438,6 @@ pub enum ValidationErrorKind<'tcx> {
|
|||
ptr_kind: PointerKind,
|
||||
ty: Ty<'tcx>,
|
||||
},
|
||||
PtrToStatic {
|
||||
ptr_kind: PointerKind,
|
||||
},
|
||||
ConstRefToMutable,
|
||||
ConstRefToExtern,
|
||||
MutableRefToImmutable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue