Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
rustdoc
/
auto_aliases.rs
blob: 56e0770ab5c49bb3b6325aecfb94ef644e771af6 [
file
] [
log
] [
blame
]
#![
feature
(
auto_traits
)]
// @has auto_aliases/trait.Bar.html '//h3[@data-aliases="auto_aliases::Foo"]' 'impl Bar for Foo'
pub
struct
Foo
;
pub
auto
trait
Bar
{}