diff options
Diffstat (limited to 'tests/run-make/rustdoc-scrape-examples-invalid-expr/examples')
-rw-r--r-- | tests/run-make/rustdoc-scrape-examples-invalid-expr/examples/ex.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/rustdoc-scrape-examples-invalid-expr/examples/ex.rs b/tests/run-make/rustdoc-scrape-examples-invalid-expr/examples/ex.rs new file mode 100644 index 000000000..b342b5b0a --- /dev/null +++ b/tests/run-make/rustdoc-scrape-examples-invalid-expr/examples/ex.rs @@ -0,0 +1,2 @@ +pub struct Foo([usize; foobar::f()]); +fn main() {} |