Rollup merge of #89907 - GuillaumeGomez:correctly-emit-errors, r=camelid
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``
This commit is contained in:
commit
c393f33d35
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue