Skip to content

Commit b416190

Browse files
Update compiler/rustc_trait_selection/src/solve/normalizes_to/fast_reject.rs
Co-authored-by: Michael Goulet <[email protected]>
1 parent ce63aea commit b416190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/solve/normalizes_to/fast_reject.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use rustc_span::def_id::DefId;
77
///
88
/// See trait-system-refactor-initiative#109 for an example.
99
///
10-
/// ```
10+
/// ```ignore
1111
/// is_rigid_alias(alias) :-
1212
/// is_placeholder(alias.self_ty),
1313
/// no_blanket_impls(alias.trait_def_id),

0 commit comments

Comments
 (0)