Skip to content

Commit

Permalink
Rollup merge of #89907 - GuillaumeGomez:correctly-emit-errors, r=camelid
Browse files Browse the repository at this point in the history
Remove FIXME since there is nothing to be fixed

Resolves #88593.

The errors are deduplicated when displayed to users. They only appear
multiple times in UI tests.

cc ``@jyn514``
r? ``@camelid``
  • Loading branch information
JohnTitor authored Oct 16, 2021
2 parents 607cfe7 + 7bad85e commit c393f33
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 c393f33

Please sign in to comment.