rust/library/std
Ralf Jung 19a62db492
Rollup merge of #76262 - howard0su:patch-1, r=cramertj
Use inline(never) instead of cold

inline(never) is better way to avoid optimizer to inline the function instead of cold.
2020-09-16 08:24:49 +02:00
..
benches
src Rollup merge of #76262 - howard0su:patch-1, r=cramertj 2020-09-16 08:24:49 +02:00
tests
build.rs
Cargo.toml Use IOV_MAX and UIO_MAXIOV constants in limit vectored I/O 2020-09-10 16:27:28 +02:00