Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
rustdoc
/
test_option_check
/
test.rs
blob: 964e8e37ed581c5049034d6af8975c7f5faca4d6 [
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
;