rust/library/core
Joshua Liebow-Feeser 1cefaa7432
Relax slice safety requirements
Per https://github.com/rust-lang/rust/pull/116677#issuecomment-1945495786, the language as written promises too much. This PR relaxes the language to be consistent with current semantics. If and when #117945 is implemented, we can revert to the old language.
2024-05-11 11:50:20 -07:00
..
benches Add benchmarks for impl Debug for str 2024-05-01 09:54:29 +02:00
src Relax slice safety requirements 2024-05-11 11:50:20 -07:00
tests Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
Cargo.toml Import the 2021 prelude in the core crate 2024-03-25 13:12:06 -07:00