diff options
Diffstat (limited to 'tests/rustdoc-js/ordering.rs')
| -rw-r--r-- | tests/rustdoc-js/ordering.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rustdoc-js/ordering.rs b/tests/rustdoc-js/ordering.rs new file mode 100644 index 00000000000..18ca06ab5ec --- /dev/null +++ b/tests/rustdoc-js/ordering.rs @@ -0,0 +1,3 @@ +pub struct Entry1a; +pub struct Entry1b; +pub struct Entry2ab; |
