rustdoc: update auto_aliases test case with data-aliases attribute

This commit is contained in:
Michael Howell 2021-04-27 16:27:07 -07:00
parent 153eb72d65
commit b57049acdb

View File

@ -1,6 +1,6 @@
#![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 auto trait Bar {}