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 ce63aea commit b416190Copy full SHA for b416190
compiler/rustc_trait_selection/src/solve/normalizes_to/fast_reject.rs
@@ -7,7 +7,7 @@ use rustc_span::def_id::DefId;
7
///
8
/// See trait-system-refactor-initiative#109 for an example.
9
10
-/// ```
+/// ```ignore
11
/// is_rigid_alias(alias) :-
12
/// is_placeholder(alias.self_ty),
13
/// no_blanket_impls(alias.trait_def_id),
0 commit comments