Skip to content

Commit da71e30

Browse files
committed
!! (WIP) structural PatId
1 parent 8d3ed08 commit da71e30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_middle/src/ty/structural_impls.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ TrivialTypeTraversalImpls! {
263263
crate::mir::SwitchTargets,
264264
crate::traits::IsConstable,
265265
crate::traits::OverflowError,
266+
crate::thir::PatId,
266267
crate::ty::abstract_const::NotConstEvaluatable,
267268
crate::ty::adjustment::AutoBorrowMutability,
268269
crate::ty::adjustment::PointerCoercion,

0 commit comments

Comments
 (0)