rust/library/alloc
Matthias Krüger de72917050
Rollup merge of #131617 - RalfJung:const_cow_is_borrowed, r=tgross35
remove const_cow_is_borrowed feature gate

The two functions guarded by this are still unstable, and there's no reason to require a separate feature gate for their const-ness -- we can just have `cow_is_borrowed` cover both kinds of stability.

Cc #65143
2024-10-12 23:00:59 +02:00
..
benches Improve autovectorization of to_lowercase / to_uppercase functions 2024-09-23 11:31:29 +02:00
src Rollup merge of #131617 - RalfJung:const_cow_is_borrowed, r=tgross35 2024-10-12 23:00:59 +02:00
tests Rollup merge of #131617 - RalfJung:const_cow_is_borrowed, r=tgross35 2024-10-12 23:00:59 +02:00
Cargo.toml Update compiler-builtins to 0.1.133 2024-10-05 21:34:51 -05:00