about summary refs log tree commit diff
path: root/tests/rustdoc/enum-variant-value.rs
AgeCommit message (Expand)AuthorLines
2025-05-05Created `tests/rustdoc/enum` subfolder to limit number of files at the top levelGuillaume Gomez-191/+0
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-97/+97
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-10-11Add tests for enum discriminant value display with `repr`Guillaume Gomez-0/+74
2023-10-09Add more complex test cases for enum discriminant displayGuillaume Gomez-0/+19
2023-10-07Add cross-crate C-like variant testGuillaume Gomez-0/+36
2023-10-07Update enum-variant-value testGuillaume Gomez-2/+49
2023-09-25Add test for enum variant value displayGuillaume Gomez-0/+15