diff options
Diffstat (limited to 'tests/rustdoc/source-file.rs')
-rw-r--r-- | tests/rustdoc/source-file.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rustdoc/source-file.rs b/tests/rustdoc/source-file.rs new file mode 100644 index 000000000..4e1664790 --- /dev/null +++ b/tests/rustdoc/source-file.rs @@ -0,0 +1,5 @@ +#![crate_name = "foo"] + +// @hasraw source-files.js source-file.rs + +pub struct Foo; |