rust/src/test/ui/variants
Vadim Petrochenkov 8e74842089 resolve: Remove visibility hacks for enum variants and trait items
Special treatment like this was necessary before `pub(restricted)` had been implemented and only two visibilities existed - `pub` and non-`pub`.
Now it's no longer necessary and the desired behavior follows from `pub(restricted)`-style visibilities naturally assigned to enum variants and trait items.
2021-02-10 22:46:44 +03:00
..
auxiliary
variant-namespacing.rs resolve: Remove visibility hacks for enum variants and trait items 2021-02-10 22:46:44 +03:00
variant-namespacing.stderr
variant-size-differences.rs
variant-size-differences.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
variant-used-as-type.rs
variant-used-as-type.stderr