Un-feature gate struct variants
Struct variant field visibility is now inherited. Remove `pub` keywords from declarations. Closes #18641 [breaking-change]
This commit is contained in:
parent
7e43f419cb
commit
579c65da1b
65 changed files with 60 additions and 114 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'
|
||||
|
||||
#![feature(struct_variant)]
|
||||
extern crate rand;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue