Skip to content

Commit 279b8cd

Browse files
committed
Skip Debug on use_existential_projection_new_instead
1 parent 8387095 commit 279b8cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compiler/rustc_type_ir/src/predicate.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ pub struct ExistentialProjection<I: Interner> {
420420

421421
/// This field exists to prevent the creation of `ExistentialProjection`
422422
/// without using [`ExistentialProjection::new_from_args`].
423+
#[derive_where(skip(Debug))]
423424
use_existential_projection_new_instead: (),
424425
}
425426

0 commit comments

Comments
 (0)