rust/tests/rustdoc/test_option_check/bar.rs

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

10 lines
163 B
Rust
Raw Normal View History

2017-02-06 16:28:31 -06:00
//@ compile-flags: --test
//@ check-test-line-numbers-match
/// This looks like another awesome test!
///
/// ```
/// println!("foo?");
/// ```
pub fn foooo() {}