Sign in
◑
Theme
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
rustdoc-html
/
inline_cross
/
impl-for-projection-reexport.rs
blob: 76c9d99fbddfcb51347fbf61bc57f90d81e76f4d [
file
] [
edit
]
//@ aux-build:impl-for-projection.rs
extern
crate foo
;
// FIXME: because rustdoc doesn't normalize types, it doesn't inline the impl in foo
// that is for a projection that resolves to `Struct`
pub
use
foo
::
Struct
;