We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153eb72 commit b57049aCopy full SHA for b57049a
src/test/rustdoc/auto_aliases.rs
@@ -1,6 +1,6 @@
1
#![feature(auto_traits)]
2
3
-// @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'
4
pub struct Foo;
5
6
pub auto trait Bar {}
0 commit comments