rust/compiler/rustc_parse/src
Mara Bos 41c033b2f7
Rollup merge of #79299 - varkor:stabilise-then, r=m-ou-se
Stabilise `then`

Stabilises the lazy variant of https://github.com/rust-lang/rust/issues/64260 now that the FCP [has ended](https://github.com/rust-lang/rust/issues/64260#issuecomment-731636203).

I've kept the original feature gate `bool_to_option` for the strict variant (`then_some`), and created a new insta-stable feature gate `lazy_bool_to_option` for `then`.
2020-11-22 23:01:08 +01:00
..
lexer Fix typo in doc comment for report_too_many_hashes 2020-11-22 07:02:58 -03:00
parser Rollup merge of #79185 - petrochenkov:derattr2, r=Aaron1011 2020-11-19 23:58:42 +01:00
lib.rs Stabilise then 2020-11-22 13:45:14 +00:00
validate_attr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00