rust/library/core/src/ops
Michael Goulet e99e05d135
Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk
Replace `ConstFnMutClosure` with const closures

Also fixes a parser bug. cc `@oli-obk` for compiler changes
2023-02-03 14:15:22 -08:00
..
arith.rs Improved wording of error messages of missing remainder implementations 2023-01-30 19:54:33 +00:00
bit.rs Add more const_trait annotations 2022-09-16 11:48:42 +08:00
control_flow.rs Remove ControlFlow::{BREAK, CONTINUE} 2023-01-27 19:46:42 -08:00
deref.rs cfg-step code 2022-11-06 17:21:21 -05:00
drop.rs Mark Drop with #[const_trait] 2022-09-16 11:48:43 +08:00
function.rs Update bootstrap cfg 2022-12-28 09:18:43 -05:00
generator.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
index.rs Fix some ~const usage in libcore 2022-12-20 15:01:37 +00:00
index_range.rs Print the precondition we violated, and visible through output capture 2022-10-26 22:09:17 -04:00
mod.rs Update coerce_unsized tracking issue from #27732 to #18598 2022-12-19 23:09:47 -08:00
range.rs replace stabilization placeholders 2022-09-26 10:13:44 +02:00
try_trait.rs Replace ConstFnMutClosure with const closures 2023-02-03 14:43:13 +00:00
unsize.rs Update coerce_unsized tracking issue from #27732 to #18598 2022-12-19 23:09:47 -08:00