rust/library/core
Guillaume Gomez 02db37a18a
Rollup merge of #104113 - ink-feather-org:fix_const_fn_ref_impls, r=compiler-errors
Fix `const_fn_trait_ref_impl`, add test for it

#99943 broke `#[feature(const_fn_trait_ref_impl)]`, this PR fixes this and adds a test for it.

r? ````@fee1-dead````
2022-11-08 20:40:51 +01:00
..
benches add benchmark for iter::ArrayChunks::fold specialization 2022-11-07 21:44:24 +01:00
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src Rollup merge of #104113 - ink-feather-org:fix_const_fn_ref_impls, r=compiler-errors 2022-11-08 20:40:51 +01:00
tests simplification: do not process the ArrayChunks remainder in fold() 2022-11-07 21:44:25 +01:00
Cargo.toml Avoid use of rand::thread_rng in stdlib benchmarks 2022-05-02 00:08:21 -07:00