We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5728bd6 commit 7bad85eCopy full SHA for 7bad85e
src/test/rustdoc-ui/ambiguous-inherent-assoc-ty.rs
@@ -11,7 +11,6 @@ impl Struct {
11
pub const AssocConst: Self::AssocTy = 42;
12
//~^ ERROR ambiguous associated type
13
//~| HELP use fully-qualified syntax
14
- // FIXME: for some reason, the error is shown twice with rustdoc but only once with rustc
15
//~| ERROR ambiguous associated type
16
17
}
0 commit comments