We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d304e8 + 6ba9424 commit 67d0937Copy full SHA for 67d0937
1 file changed
tests/rustdoc-html/hidden-trait-methods.rs
@@ -31,5 +31,5 @@ impl Trait for S {
31
// Regression test for https://github.com/rust-lang/rust/issues/151454.
32
//@ has foo/fn.hidden_projection.html
33
//@ has - '//pre[@class="rust item-decl"]' 'T::Foo'
34
-//@ !has - '//pre[@class="rust item-decl"]//a[@href="trait.Trait.html#associatedtype.Foo"]' 'Foo'
+//@ count - '//pre[@class="rust item-decl"]//a' 'Foo' 0
35
pub fn hidden_projection<T: Trait>(_: T::Foo) {}
0 commit comments