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.
Debug
use_existential_projection_new_instead
1 parent 8387095 commit 279b8cdCopy full SHA for 279b8cd
1 file changed
compiler/rustc_type_ir/src/predicate.rs
@@ -420,6 +420,7 @@ pub struct ExistentialProjection<I: Interner> {
420
421
/// This field exists to prevent the creation of `ExistentialProjection`
422
/// without using [`ExistentialProjection::new_from_args`].
423
+ #[derive_where(skip(Debug))]
424
use_existential_projection_new_instead: (),
425
}
426
0 commit comments