rust-lang / keyword-generics-initiative

Public repository for the Rust keyword generics initiative
https://rust-lang.github.io/keyword-generics-initiative/
Other
96 stars 11 forks source link

mention `continue` and `break` #28

Open yoshuawuyts opened 1 year ago

yoshuawuyts commented 1 year ago

We should categorize the continue and break keywords in the effect notation table. These are important, but I'm not yet sure how to categorize them.

clarfonthey commented 1 year ago

I mean, it's effectively a ternary version of try specific to loops.

yoshuawuyts commented 1 year ago

Oh I like that categorization!