Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
run-make
/
rustdoc-scrape-examples-paths
/
foo
/
src
/
lib.rs
blob: a9bb0272c787034fc3bd8a4e1e52a5ff8a7fc520 [
file
] [
log
] [
blame
]
pub
struct
X
;
impl
X
{
pub
fn
new
()
->
Self
{
X
}
}