rust/tests/ui/enum
许杰友 Jieyou Xu (Joe) 95ff642797 tests: remove //@ pretty-expanded usages
Done with

```bash
sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs
```

and

```
sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs
```
2024-11-26 02:50:48 +08:00
..
auxiliary Move some tests 2024-04-21 15:43:43 -03:00
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 Properly suggest E::assoc when we encounter E::Variant::assoc 2024-11-03 18:55:19 +00:00
enum-and-module-in-same-scope.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
enum-and-module-in-same-scope.stderr Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
enum-discrim-autosizing.rs
enum-discrim-autosizing.stderr
enum-discrim-too-small2.rs
enum-discrim-too-small2.stderr
enum-discrim-too-small.rs
enum-discrim-too-small.stderr
enum-in-scope.rs
enum-in-scope.stderr
enum-size-variance.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
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 Add test 2024-04-15 18:48:12 -04:00
error-variant-with-turbofishes.stderr More accurate suggestions when writing wrong style of enum variant literal 2024-07-18 18:20:35 +00:00
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 Move some tests 2024-04-21 15:43:43 -03:00
issue-23304-2.rs Move some tests 2024-04-21 15:43:43 -03:00
issue-42747.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-67945-1.rs
issue-67945-1.stderr Improve the diagnostics for unused generic parameters 2024-02-01 16:18:03 +01:00
issue-67945-2.rs
issue-67945-2.stderr Improve the diagnostics for unused generic parameters 2024-02-01 16:18:03 +01:00
nested-enum.rs Tweak tests to avoid confusing suggestion output 2024-07-12 03:02:57 +00:00
nested-enum.stderr Tweak tests to avoid confusing suggestion output 2024-07-12 03:02:57 +00:00
suggest-default-attribute.rs
suggest-default-attribute.stderr
union-in-enum.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00