]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/check.rs
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
[rust.git] / src / test / rustdoc / check.rs
1 // compile-flags: -Z unstable-options --check
2
3 // @!has check/fn.foo.html
4 // @!has check/index.html
5 pub fn foo() {}