From 7bad85e815346dfbfabab8179a941b6f4031ea91 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 15 Oct 2021 21:37:31 +0200 Subject: [PATCH] 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. --- src/test/rustdoc-ui/ambiguous-inherent-assoc-ty.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/rustdoc-ui/ambiguous-inherent-assoc-ty.rs b/src/test/rustdoc-ui/ambiguous-inherent-assoc-ty.rs index 3ad56aebc21..e58bba64058 100644 --- a/src/test/rustdoc-ui/ambiguous-inherent-assoc-ty.rs +++ b/src/test/rustdoc-ui/ambiguous-inherent-assoc-ty.rs @@ -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 }