Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b57049a

Browse files
committed
rustdoc: update auto_aliases test case with data-aliases attribute
1 parent 153eb72 commit b57049a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc/auto_aliases.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![feature(auto_traits)]
22

3-
// @has auto_aliases/trait.Bar.html '//h3[@aliases="auto_aliases::Foo"]' 'impl Bar for Foo'
3+
// @has auto_aliases/trait.Bar.html '//h3[@data-aliases="auto_aliases::Foo"]' 'impl Bar for Foo'
44
pub struct Foo;
55

66
pub auto trait Bar {}

0 commit comments

Comments
 (0)