diff options
Diffstat (limited to 'src/test/rustdoc/check.rs')
-rw-r--r-- | src/test/rustdoc/check.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/rustdoc/check.rs b/src/test/rustdoc/check.rs deleted file mode 100644 index 1fb4b35dd..000000000 --- a/src/test/rustdoc/check.rs +++ /dev/null @@ -1,5 +0,0 @@ -// compile-flags: -Z unstable-options --check - -// @!has check/fn.foo.html -// @!has check/index.html -pub fn foo() {} |