Skip to content

Commit c393f33

Browse files
authored
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``
2 parents 607cfe7 + 7bad85e commit c393f33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/rustdoc-ui/ambiguous-inherent-assoc-ty.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ impl Struct {
1111
pub const AssocConst: Self::AssocTy = 42;
1212
//~^ ERROR ambiguous associated type
1313
//~| HELP use fully-qualified syntax
14-
// FIXME: for some reason, the error is shown twice with rustdoc but only once with rustc
1514
//~| ERROR ambiguous associated type
1615
//~| HELP use fully-qualified syntax
1716
}

0 commit comments

Comments
 (0)