Skip to content

Commit

Permalink
rustdoc: update auto_aliases test case with data-aliases attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Apr 28, 2021
1 parent 153eb72 commit b57049a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rustdoc/auto_aliases.rs
Original file line number Diff line number Diff line change
@@ -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 {}

0 comments on commit b57049a

Please sign in to comment.