rustdoc: update auto_aliases test case with data-aliases attribute
This commit is contained in:
parent
153eb72d65
commit
b57049acdb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#![feature(auto_traits)]
|
#![feature(auto_traits)]
|
||||||
|
|
||||||
// @has auto_aliases/trait.Bar.html '//h3[@aliases="auto_aliases::Foo"]' 'impl Bar for Foo'
|
// @has auto_aliases/trait.Bar.html '//h3[@data-aliases="auto_aliases::Foo"]' 'impl Bar for Foo'
|
||||||
pub struct Foo;
|
pub struct Foo;
|
||||||
|
|
||||||
pub auto trait Bar {}
|
pub auto trait Bar {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue