Remove unnamed field feature
This commit is contained in:
parent
8dd5cd0bc1
commit
e3a0da1863
40 changed files with 30 additions and 3209 deletions
|
@ -361,8 +361,6 @@ mod expressions {
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -636,22 +634,6 @@ mod types {
|
|||
fn ty_never() { let _: !; }
|
||||
/// TyKind::Tup
|
||||
fn ty_tup() { let _: (); let _: (T,); let _: (T, T); }
|
||||
/// TyKind::AnonStruct
|
||||
fn ty_anon_struct() {
|
||||
struct Struct {
|
||||
_: struct {
|
||||
t: T,
|
||||
},
|
||||
}
|
||||
}
|
||||
/// TyKind::AnonUnion
|
||||
fn ty_anon_union() {
|
||||
struct Struct {
|
||||
_: union {
|
||||
t: T,
|
||||
},
|
||||
}
|
||||
}
|
||||
/// TyKind::Path
|
||||
fn ty_path() {
|
||||
let _: T;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue