Skip to content

Commit

Permalink
Add aliases attribute check
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jan 20, 2020
1 parent 12882a8 commit 871e82b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/rustdoc/auto_aliases.rs
@@ -0,0 +1,6 @@
#![feature(optin_builtin_traits)]

// @has auto_aliases/trait.Bar.html '//h3[@aliases="auto_aliases::Foo"]' 'impl Bar for Foo'
pub struct Foo;

pub auto trait Bar {}

0 comments on commit 871e82b

Please sign in to comment.