Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
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
}
}