You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wanted to document this but I have no idea what it's for or how you'd go about initializing x and y. Fwiw I searched all of src using:
enum \s+ [a-zA-Z0-9]+ \s* { \s* struct \s* {
and the only place that syntax seems to be used is the one trivial example from the original commit.
Activity
jesse99 commentedon Nov 18, 2012
Wanted to document this but I have no idea what it's for or how you'd go about initializing x and y. Fwiw I searched all of src using:
enum \s+ [a-zA-Z0-9]+ \s* { \s* struct \s* {
and the only place that syntax seems to be used is the one trivial example from the original commit.
nikomatsakis commentedon Nov 20, 2012
I think we've decided not to support these.
catamorphism commentedon Dec 7, 2012
Closing since we're not supporting them.
Update documentation for new_ret_no_self
Auto merge of rust-lang#5448 - Emerentius:update_new_ret_no_self_docs…
Format the if expression at the end of the block in a single line (ru…
Auto merge of rust-lang#3338 - RalfJung:more-tracking-and-threads, r=…
Mitigate invalid `transmute` when checking memory initialization (rus…