Skip to content

Commit

Permalink
Remove FIXME since there is nothing to be fixed.
Browse files Browse the repository at this point in the history
The errors are deduplicated when displayed to users. They only appear
multiple times in UI tests.
  • Loading branch information
GuillaumeGomez committed Oct 16, 2021
1 parent 5728bd6 commit 7bad85e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/rustdoc-ui/ambiguous-inherent-assoc-ty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ impl Struct {
pub const AssocConst: Self::AssocTy = 42;
//~^ ERROR ambiguous associated type
//~| HELP use fully-qualified syntax
// FIXME: for some reason, the error is shown twice with rustdoc but only once with rustc
//~| ERROR ambiguous associated type
//~| HELP use fully-qualified syntax
}

0 comments on commit 7bad85e

Please sign in to comment.