diff options
Diffstat (limited to 'tests/rustdoc-ui/c-help.rs')
| -rw-r--r-- | tests/rustdoc-ui/c-help.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/rustdoc-ui/c-help.rs b/tests/rustdoc-ui/c-help.rs new file mode 100644 index 00000000000..e166edf8b61 --- /dev/null +++ b/tests/rustdoc-ui/c-help.rs @@ -0,0 +1,6 @@ +// check-pass +// compile-flags: -Chelp +// check-stdout +// regex-error-pattern: -C\s+incremental + +pub struct Foo; |
