diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-02-09 20:28:22 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-02-25 17:43:57 +0100 |
| commit | 834347ddafee7c33f3fd556c4976275b1111dc8f (patch) | |
| tree | 859eb0cf3b0502258e116b248af8aca8e828349a /src/test/rustdoc-js-not-std/basic.rs | |
| parent | da573206f87b5510de4b0ee1a9c044127e409bd3 (diff) | |
| download | rust-834347ddafee7c33f3fd556c4976275b1111dc8f.tar.gz rust-834347ddafee7c33f3fd556c4976275b1111dc8f.zip | |
Add rustdoc JS non-std tests
Diffstat (limited to 'src/test/rustdoc-js-not-std/basic.rs')
| -rw-r--r-- | src/test/rustdoc-js-not-std/basic.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc-js-not-std/basic.rs b/src/test/rustdoc-js-not-std/basic.rs new file mode 100644 index 00000000000..4a835673a59 --- /dev/null +++ b/src/test/rustdoc-js-not-std/basic.rs @@ -0,0 +1 @@ +pub struct Foo; |
