Skip to content

Commit 4163a39

Browse files
Rollup merge of rust-lang#89907 - GuillaumeGomez:correctly-emit-errors, 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`
2 parents 2a8efc4 + 7bad85e commit 4163a39

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

Lines changed: 0 additions & 1 deletion
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)