about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-10-15 21:37:31 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-10-16 22:15:06 +0200
commit7bad85e815346dfbfabab8179a941b6f4031ea91 (patch)
treea58023837732dcb4f1bf97927155d53132f301f0 /src/test
parent5728bd64b49b0e78d0180efed75ef0870ae60266 (diff)
downloadrust-7bad85e815346dfbfabab8179a941b6f4031ea91.tar.gz
rust-7bad85e815346dfbfabab8179a941b6f4031ea91.zip
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.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/rustdoc-ui/ambiguous-inherent-assoc-ty.rs1
1 files changed, 0 insertions, 1 deletions
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
 }