We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3ed08 commit da71e30Copy full SHA for da71e30
compiler/rustc_middle/src/ty/structural_impls.rs
@@ -263,6 +263,7 @@ TrivialTypeTraversalImpls! {
263
crate::mir::SwitchTargets,
264
crate::traits::IsConstable,
265
crate::traits::OverflowError,
266
+ crate::thir::PatId,
267
crate::ty::abstract_const::NotConstEvaluatable,
268
crate::ty::adjustment::AutoBorrowMutability,
269
crate::ty::adjustment::PointerCoercion,
0 commit comments