1
Fork 0

Remove an unused validation error variant

This commit is contained in:
Oli Scherer 2024-06-14 10:11:33 +00:00
parent 97372c8c88
commit 4e5dfb61e4
3 changed files with 0 additions and 9 deletions

View file

@ -438,9 +438,6 @@ pub enum ValidationErrorKind<'tcx> {
ptr_kind: PointerKind,
ty: Ty<'tcx>,
},
PtrToStatic {
ptr_kind: PointerKind,
},
ConstRefToMutable,
ConstRefToExtern,
MutableRefToImmutable,