This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fecd99881d
rust
/
tests
/
ui
/
enum
History
Download ZIP
Download TAR.GZ
Jana Dönszelmann
2e7e52e07c
detect when variants have the same name as an associated function
2025-06-12 12:26:27 +02:00
..
auxiliary
assoc-fn-call-on-variant.rs
Add test for assoc fn suggestion on enum variant
2024-11-03 17:15:22 +00:00
assoc-fn-call-on-variant.stderr
Show diff suggestion format on verbose replacement
2025-02-10 20:21:39 +00:00
closure-in-enum-issue-48838.rs
Rename and Move some UI tests to more suitable subdirs
2025-02-04 17:02:37 +05:30
closure-in-enum-issue-48838.stderr
Rename and Move some UI tests to more suitable subdirs
2025-02-04 17:02:37 +05:30
dead-code-associated-function.rs
add test for dead code caused by enum variants shadowing an associated function
2025-06-12 12:25:30 +02:00
dead-code-associated-function.stderr
detect when variants have the same name as an associated function
2025-06-12 12:26:27 +02:00
enum-and-module-in-same-scope.rs
enum-and-module-in-same-scope.stderr
enum-discrim-autosizing.rs
enum-discrim-autosizing.stderr
enum-discrim-too-small.rs
enum-discrim-too-small.stderr
enum-discrim-too-small2.rs
enum-discrim-too-small2.stderr
enum-drop-cast-error.rs
cleaned up some tests
2025-06-04 19:32:06 +05:00
enum-drop-cast-error.stderr
cleaned up some tests
2025-06-04 19:32:06 +05:00
enum-in-scope.rs
enum-in-scope.stderr
enum-inside-enum-issue-40350.rs
Rename and Move some UI tests to more suitable subdirs
2025-02-04 17:02:37 +05:30
enum-size-variance.rs
enum-size-variance.stderr
enum-to-float-cast-2.rs
enum-to-float-cast-2.stderr
enum-to-float-cast.rs
enum-to-float-cast.stderr
enum-variant-type-2.rs
enum-variant-type-2.stderr
error-variant-with-turbofishes.rs
error-variant-with-turbofishes.stderr
issue-1821.rs
tests: remove
//@ pretty-expanded
usages
2024-11-26 02:50:48 +08:00
issue-19340-1.rs
tests: remove
//@ pretty-expanded
usages
2024-11-26 02:50:48 +08:00
issue-19340-2.rs
tests: remove
//@ pretty-expanded
usages
2024-11-26 02:50:48 +08:00
issue-23304-1.rs
issue-23304-2.rs
issue-42747.rs
issue-67945-1.rs
issue-67945-1.stderr
issue-67945-2.rs
issue-67945-2.stderr
nested-enum.rs
nested-enum.stderr
suggest-default-attribute.rs
suggest-default-attribute.stderr
union-in-enum.rs