Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
409dedce21404e2eb6ae38d5dca772d5ae4bd4c8
/
.
/
tests
/
rustdoc-html
/
test_option_check
/
test.rs
blob: af7a5827690f08d766d96feea35a99443cbbd03f [
file
]
//@ compile-flags: --test
//@ check-test-line-numbers-match
pub
mod
bar
;
/// This is a Foo;
///
/// ```
/// println!("baaaaaar");
/// ```
pub
struct
Foo
;
/// This is a Bar;
///
/// ```
/// println!("fooooo");
/// ```
pub
struct
Bar
;