rust/compiler/rustc_feature/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
..
accepted.rs Auto merge of #87570 - nikic:llvm-13, r=nagisa 2021-08-21 09:25:28 +00:00
active.rs Introduce ~const 2021-08-27 05:07:37 +00:00
builtin_attrs.rs Address review comments 2021-08-21 14:11:36 -05:00
lib.rs Make incomplete features part of delcaration 2021-06-28 14:39:20 -04:00
removed.rs Introduce ~const 2021-08-27 05:07:37 +00:00
tests.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00