summaryrefslogtreecommitdiff
path: root/compiler/rustc_type_ir/src/structural_impls.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_type_ir/src/structural_impls.rs')
-rw-r--r--compiler/rustc_type_ir/src/structural_impls.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_type_ir/src/structural_impls.rs b/compiler/rustc_type_ir/src/structural_impls.rs
index c9675f93f95..45a2e9023c9 100644
--- a/compiler/rustc_type_ir/src/structural_impls.rs
+++ b/compiler/rustc_type_ir/src/structural_impls.rs
@@ -21,6 +21,7 @@ TrivialTypeTraversalImpls! {
(),
bool,
usize,
+ u8,
u16,
u32,
u64,