Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
run-make
/
use-suggestions-rust-2018
/
ep-nested-lib.rs
blob: 62a0a9d8f1b66440e4393dae2cc0690efe512250 [
file
] [
log
] [
blame
]
#![
crate_type
=
"rlib"
]
pub
mod
foo
{
pub
mod
bar
{
pub
struct
Baz
;
}
}