Skip to content

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

+1-1
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)