1
Fork 0
rust/library/std
Matthias Krüger 6e9db86787
Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubilee
Fix `read_buf` uses in `std`

Following lib-team decision here: https://github.com/rust-lang/rust/issues/78485#issuecomment-2122992314

Guard against the pathological behavior of both returning an error and performing a read.
2024-09-28 09:35:08 +02:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubilee 2024-09-28 09:35:08 +02:00
tests Add test for available_parallelism() 2024-09-22 23:46:08 +01:00
build.rs Initial std library support for NuttX 2024-09-24 15:35:40 +08:00
Cargo.toml update compiler_builtins to 0.1.126 2024-09-26 09:54:28 +02:00