diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-09-22 21:34:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-22 21:34:55 +0200 |
| commit | 23370637ef3f7e3666fdc787402afdce543d58ec (patch) | |
| tree | ddffa9e107f445b567e6fea316613d96a18c60b6 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp | |
| parent | a99e675a982713821835002e2d2501b70ab7dda5 (diff) | |
| parent | 5a5138df5940119744ba80b1d3ed29b1024b973d (diff) | |
| download | rust-23370637ef3f7e3666fdc787402afdce543d58ec.tar.gz rust-23370637ef3f7e3666fdc787402afdce543d58ec.zip | |
Rollup merge of #102144 - chriss0612:const_convert_control_flow, r=scottmcm
Extend const_convert with const {FormResidual, Try} for ControlFlow.
Very small change so I just used the existing `const_convert` feature flag. #88674
Newly const API:
```
impl<B, C> const ops::Try for ControlFlow<B, C>;
impl<B, C> const ops::FromResidual for ControlFlow<B, C>;
```
`@usbalbin` I hope it is ok that I added to your feature.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
