diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-10-15 21:37:31 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-10-16 22:15:06 +0200 |
| commit | 7bad85e815346dfbfabab8179a941b6f4031ea91 (patch) | |
| tree | a58023837732dcb4f1bf97927155d53132f301f0 /src/test | |
| parent | 5728bd64b49b0e78d0180efed75ef0870ae60266 (diff) | |
| download | rust-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.rs | 1 |
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 } |
