rust/compiler/rustc_middle
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
..
benches
src Introduce ~const 2021-08-27 05:07:37 +00:00
Cargo.toml update polonius-engine to 0.13 2021-08-03 20:29:24 +02:00
README.md

For more information about how rustc works, see the rustc dev guide.