Skip to content

Commit

Permalink
Rollup merge of rust-lang#89907 - GuillaumeGomez:correctly-emit-error…
Browse files Browse the repository at this point in the history
…s, r=camelid

Remove FIXME since there is nothing to be fixed

Resolves rust-lang#88593.

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

cc `@jyn514`
r? `@camelid`
  • Loading branch information
GuillaumeGomez authored Oct 16, 2021
2 parents 2a8efc4 + 7bad85e commit 4163a39
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 4163a39

Please sign in to comment.