about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2021-08-25 11:53:16 +0000
committerDeadbeef <ent3rm4n@gmail.com>2021-08-27 05:07:37 +0000
commit076916fe940c07719244412e2834fdab543305d2 (patch)
treeb4b6d1f413822c9fe71c203ec1a77125f51529e3 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parent9bc0dbeb6415b205df8336edca438a7ff4468adf (diff)
downloadrust-076916fe940c07719244412e2834fdab543305d2.tar.gz
rust-076916fe940c07719244412e2834fdab543305d2.zip
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
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions