Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
inline_cross
/
issue-33113.rs
blob: 05e87d962cb6784f8488814bf3220fb3ae7a79a2 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:issue-33113.rs
//@ build-aux-docs
//@ ignore-cross-compile
extern
crate bar
;
//@ has issue_33113/trait.Bar.html
//@ has - '//h3[@class="code-header"]' "for &'a char"
//@ has - '//h3[@class="code-header"]' "for Foo"
pub
use
bar
::
Bar
;