Sign in
fuchsia
/
third_party
/
rust
/
28af7e09581c3b39cdbf2850df2f157690ab7e56
/
.
/
tests
/
rustdoc
/
cross-crate-info
/
two
/
e.rs
blob: 9665af62706d15ad71e4bd5d6424ab71ba492b50 [
file
] [
log
] [
blame
]
//@ aux-build:f.rs
//@ build-aux-docs
// simple test to assert that we can do a two-level aux-build
extern
crate f
;
pub
enum
Echo
{}
impl
f
::
Foxtrot
for
Echo
{}