rust/tests/rustdoc/check.rs

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

6 lines
117 B
Rust
Raw Normal View History

2020-11-12 21:58:07 +08:00
//@ compile-flags: -Z unstable-options --check
// @!has check/fn.foo.html
// @!has check/index.html
pub fn foo() {}