Skip to content

Commit

Permalink
Update compiler/rustc_trait_selection/src/solve/normalizes_to/fast_re…
Browse files Browse the repository at this point in the history
…ject.rs

Co-authored-by: Michael Goulet <michael@errs.io>
  • Loading branch information
lcnr and compiler-errors committed May 20, 2024
1 parent ce63aea commit b416190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use rustc_span::def_id::DefId;
///
/// See trait-system-refactor-initiative#109 for an example.
///
/// ```
/// ```ignore

Check failure on line 10 in compiler/rustc_trait_selection/src/solve/normalizes_to/fast_reject.rs

View workflow job for this annotation

GitHub Actions / PR - mingw-check-tidy

unexplained "```ignore" doctest; try one:
/// is_rigid_alias(alias) :-
/// is_placeholder(alias.self_ty),
/// no_blanket_impls(alias.trait_def_id),
Expand Down

0 comments on commit b416190

Please sign in to comment.