Skip to content

Commit 871e82b

Browse files
Add aliases attribute check
1 parent 12882a8 commit 871e82b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/rustdoc/auto_aliases.rs

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#![feature(optin_builtin_traits)]
2+
3+
// @has auto_aliases/trait.Bar.html '//h3[@aliases="auto_aliases::Foo"]' 'impl Bar for Foo'
4+
pub struct Foo;
5+
6+
pub auto trait Bar {}

0 commit comments

Comments
 (0)