summary refs log tree commit diff
path: root/tests/rustdoc/check.rs
blob: 9ca85a123f76c937f74430eafbeee86ccffbb65b (plain)
1
2
3
4
5
//@ compile-flags: -Z unstable-options --check

// @!has check/fn.foo.html
// @!has check/index.html
pub fn foo() {}