1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// 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;