diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2021-04-25 23:15:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-25 23:15:18 +0200 |
| commit | 000a630110d0691055330ba68527e8828ea458a8 (patch) | |
| tree | eb478abf69b70d7bff4daee42f4a360ee5200aba /compiler/rustc_mir/src/transform/coverage/debug.rs | |
| parent | 25508ebe680dc5ff9a2aa0e6f4c47e9757edd1c9 (diff) | |
| parent | 588530d09635bdcdb972c0bc4fa99b983e9368ec (diff) | |
| download | rust-000a630110d0691055330ba68527e8828ea458a8.tar.gz rust-000a630110d0691055330ba68527e8828ea458a8.zip | |
Rollup merge of #84547 - RalfJung:max_const_fn, r=oli-obk
Get rid of is_min_const_fn This removes the last trace of the min_const_fn mechanism by making the unsafety checker agnostic about whether something is a min or "non-min" const fn. It seems this distinction was used to disallow some features inside `const fn`, but that is the responsibility of the const checker, not of the unsafety checker. No test seems to even notice this change in the unsafety checker so I guess we are good... r? `@oli-obk` Cc https://github.com/rust-lang/rust/issues/84510
Diffstat (limited to 'compiler/rustc_mir/src/transform/coverage/debug.rs')
0 files changed, 0 insertions, 0 deletions
