diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-10-17 07:52:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-17 07:52:19 +0900 |
| commit | c393f33d3580832e84e96ac93e56a8da18cc34ac (patch) | |
| tree | 5d8ba71abdb7cafe88a97de9a4291d674cbea3cf | |
| parent | 607cfe7a016763a7df6ed646f14975424790d82a (diff) | |
| parent | 7bad85e815346dfbfabab8179a941b6f4031ea91 (diff) | |
| download | rust-c393f33d3580832e84e96ac93e56a8da18cc34ac.tar.gz rust-c393f33d3580832e84e96ac93e56a8da18cc34ac.zip | |
Rollup merge of #89907 - GuillaumeGomez:correctly-emit-errors, r=camelid
Remove FIXME since there is nothing to be fixed Resolves #88593. The errors are deduplicated when displayed to users. They only appear multiple times in UI tests. cc ``@jyn514`` r? ``@camelid``
| -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 } |
