diff options
Diffstat (limited to 'tests/rustdoc/test_option_check/bar.rs')
-rw-r--r-- | tests/rustdoc/test_option_check/bar.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/rustdoc/test_option_check/bar.rs b/tests/rustdoc/test_option_check/bar.rs new file mode 100644 index 000000000..50a182cf7 --- /dev/null +++ b/tests/rustdoc/test_option_check/bar.rs @@ -0,0 +1,9 @@ +// compile-flags: --test +// check-test-line-numbers-match + +/// This looks like another awesome test! +/// +/// ``` +/// println!("foo?"); +/// ``` +pub fn foooo() {} |