rust/library/core/src/ops
bors 3a5c8e91f0 Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk
Rm const traits in libcore

See [zulip thread](https://rust-lang.zulipchat.com/#narrow/stream/146212-t-compiler.2Fconst-eval/topic/.60const.20Trait.60.20removal.20or.20rework)

* [x] Bless ui tests
* [ ] Re constify some unstable functions with workarounds if they are needed
2023-04-19 13:03:40 +00:00
..
arith.rs rm const traits in libcore 2023-04-16 06:49:27 +00:00
bit.rs rm const traits in libcore 2023-04-16 06:49:27 +00:00
control_flow.rs rm const traits in libcore 2023-04-16 06:49:27 +00:00
deref.rs rm const traits in libcore 2023-04-16 06:49:27 +00:00
drop.rs readd const_trait to Drop, Destruct, and Fn* 2023-04-16 09:25:23 +00:00
function.rs readd const_trait to Drop, Destruct, and Fn* 2023-04-16 09:25:23 +00:00
generator.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
index.rs Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk 2023-04-19 13:03:40 +00:00
index_range.rs replace advance_by returning usize with Result<(), NonZeroUsize> 2023-03-27 16:03:14 +02:00
mod.rs Update coerce_unsized tracking issue from #27732 to #18598 2022-12-19 23:09:47 -08:00
range.rs core is now compilable 2023-04-16 07:20:26 +00:00
try_trait.rs core is now compilable 2023-04-16 07:20:26 +00:00
unsize.rs Update coerce_unsized tracking issue from #27732 to #18598 2022-12-19 23:09:47 -08:00