Skip to content

Commit 6ba9424

Browse files
committed
Fixup
1 parent 43a4909 commit 6ba9424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/rustdoc-html/hidden-trait-methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ impl Trait for S {
3131
// Regression test for https://github.com/rust-lang/rust/issues/151454.
3232
//@ has foo/fn.hidden_projection.html
3333
//@ has - '//pre[@class="rust item-decl"]' 'T::Foo'
34-
//@ !has - '//pre[@class="rust item-decl"]//a[@href="trait.Trait.html#associatedtype.Foo"]' 'Foo'
34+
//@ count - '//pre[@class="rust item-decl"]//a' 'Foo' 0
3535
pub fn hidden_projection<T: Trait>(_: T::Foo) {}

0 commit comments

Comments
 (0)