Skip to content

Commit 7bad85e

Browse files
Remove FIXME since there is nothing to be fixed.
The errors are deduplicated when displayed to users. They only appear multiple times in UI tests.
1 parent 5728bd6 commit 7bad85e

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)