rust/src/test/ui/enum
bors 14b96659e4 Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebank
make non_camel_case_types an early lint

This allows us to catch these kinds of style violations much earlier, as evidenced by the large number of tests that had to be updated for this change.
2018-12-25 16:12:24 +00:00
..
enum-and-module-in-same-scope.rs
enum-and-module-in-same-scope.stderr
enum-discrim-autosizing.rs cleanup: Add main functions to some UI tests 2018-08-31 18:56:15 +03:00
enum-discrim-autosizing.stderr cleanup: Add main functions to some UI tests 2018-08-31 18:56:15 +03:00
enum-discrim-too-small.rs
enum-discrim-too-small.stderr
enum-discrim-too-small2.rs
enum-discrim-too-small2.stderr
enum-in-scope.rs make non_camel_case_types an early lint 2018-12-24 12:58:52 -05:00
enum-in-scope.stderr make non_camel_case_types an early lint 2018-12-24 12:58:52 -05:00
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 enum type instead of variant suggestion unification 2018-12-22 17:40:48 -08:00