rust/compiler/rustc_parse/src
Deadbeef 8660832086
Introduce ~const
- [x] Removed `?const` and change uses of `?const`
 - [x] Added `~const` to the AST. It is gated behind const_trait_impl.
 - [x] Validate `~const` in ast_validation.
 - [ ] Add enum `BoundConstness` to the HIR. (With variants `NotConst` and
 `ConstIfConst` allowing future extensions)
 - [ ] Adjust trait selection and pre-existing code to use `BoundConstness`.
 - [ ] Optional steps (*for this PR, obviously*)
      - [ ] Fix #88155
      - [ ] Do something with constness bounds in chalk
2021-08-27 05:07:37 +00:00
..
lexer Warn when an escaped newline skips multiple lines 2021-08-11 11:35:08 +02:00
parser Introduce ~const 2021-08-27 05:07:37 +00:00
lib.rs Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00
validate_attr.rs Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00