We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12882a8 commit 871e82bCopy full SHA for 871e82b
src/test/rustdoc/auto_aliases.rs
@@ -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