diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-05-05 17:13:39 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-05-05 17:47:18 +0200 |
| commit | 4b6bc735079bc07928efe791fecc9ec6cba81fe1 (patch) | |
| tree | 33e9485d6c6a72bb48479032c1727b0b1643b52e /tests/rustdoc/enum/auxiliary/variant-struct.rs | |
| parent | fa2b9227a1065f7618eb90b52f6f617a13c55b30 (diff) | |
| download | rust-4b6bc735079bc07928efe791fecc9ec6cba81fe1.tar.gz rust-4b6bc735079bc07928efe791fecc9ec6cba81fe1.zip | |
Created `tests/rustdoc/enum` subfolder to limit number of files at the top level
Diffstat (limited to 'tests/rustdoc/enum/auxiliary/variant-struct.rs')
| -rw-r--r-- | tests/rustdoc/enum/auxiliary/variant-struct.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rustdoc/enum/auxiliary/variant-struct.rs b/tests/rustdoc/enum/auxiliary/variant-struct.rs new file mode 100644 index 00000000000..0f3d2e5f1b7 --- /dev/null +++ b/tests/rustdoc/enum/auxiliary/variant-struct.rs @@ -0,0 +1,5 @@ +pub enum Foo { + Bar { + qux: (), + } +} |
