rust/compiler/rustc_parse/src/parser
bors 753e569c9c Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr
Stabilise `feature(const_generics_defaults)`

`feature(const_generics_defaults)` is complete implementation wise and has a pretty extensive test suite so I think is ready for stabilisation.

needs stabilisation report and maybe an RFC 😅

r? `@lcnr`
cc `@rust-lang/project-const-generics`
2021-12-12 14:24:23 +00:00
..
attr.rs Do not add ; to expected tokens list when it's wrong 2021-12-04 11:05:30 -07:00
attr_wrapper.rs Change more x64 size checks to not apply to x32. 2021-09-05 16:42:36 +01:00
diagnostics.rs Remove redundant [..]s 2021-12-09 00:01:29 +01:00
expr.rs Do not attempt to suggest help for overly malformed struct/function call 2021-12-08 22:00:44 +01:00
generics.rs remove feature gate and cleanup code 2021-12-10 19:20:31 +00:00
item.rs Rollup merge of #91337 - FabianWolff:issue-91227-misspelled-macro, r=nagisa 2021-12-08 23:18:04 +01:00
mod.rs Do not add ; to expected tokens list when it's wrong 2021-12-04 11:05:30 -07:00
nonterminal.rs Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00
pat.rs review comments: clean up 2021-11-29 18:39:08 +00:00
path.rs Account for incorrect impl Foo<const N: ty> {} syntax 2021-11-24 20:02:09 +00:00
stmt.rs Do not add ; to expected tokens list when it's wrong 2021-12-04 11:05:30 -07:00
ty.rs Account for incorrect impl Foo<const N: ty> {} syntax 2021-11-24 20:02:09 +00:00