Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
234 B
Rust
Raw Normal View History

2017-01-23 22:46:18 +01:00
// compile-flags: --test
// check-test-line-numbers-match
2017-02-06 23:28:31 +01:00
pub mod bar;
/// This is a Foo;
///
/// ```
/// println!("baaaaaar");
/// ```
pub struct Foo;
/// This is a Bar;
///
/// ```
/// println!("fooooo");
/// ```
pub struct Bar;