11

Github Recover from invalid `struct` item syntax by estebank · Pull Request #847...

 3 years ago
source link: https://github.com/rust-lang/rust/pull/84793
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Copy link

Contributor

estebank commented on May 1

Parse unsupported "default field const values":

struct S {
    field: Type = const_val,
}

Recover from small : typo and provide suggestion:

struct S {
    field; Type,
    field2= Type,
}

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK