scottmcm
scottmcm
In https://crater.rust-lang.org/ex/pr-82322, the vast majority of the crates that were broken were those using `#![features]`s. But since it's allowed to break such crates anyway, it would be nice to separate...
For example, in https://crater-reports.s3.amazonaws.com/pr-65819/index.html, the one "fixed" crate previously failed to build due to ``` error: failed to write /opt/rustwide/target/debug/deps/rmetayDXmBQ/rust.metadata.bin: Cannot allocate memory (os error 12) ``` https://crater-reports.s3.amazonaws.com/pr-65819/master%2323f890f10202a71168c6424da0cdf94135d3c40c/reg/oxcc-nucleo-f767zi-0.1.1/log.txt
Your thoughts welcome! Slices have `split_first`, so it makes sense to copy that. But what antonym fits well?
I can do `impl From for NewType`, but I can't do `impl From for T` even though I can do `impl From for u32`. That leads to unfortunate huge sets...
One of the reasons I liked this font was the lack of them. You've mentioned you would in https://github.com/belluzj/fantasque-sans/issues/64#issuecomment-555420273; I just wanted an issue to follow to track it. (And...
### What it does Suggests using the more-scoped `cast` methods https://doc.rust-lang.org/std/primitive.pointer.html#method.cast https://doc.rust-lang.org/std/primitive.pointer.html#method.cast-1 for pointer casting instead of the more-general `as`. ### Categories (optional) - Kind: style (One could argue that...
In the @rust-lang/lang meeting today were discussed that it feels odd for our p-FCPs to reach FCP with just 3/5 checkboxes. I would propose that the rule change to "⅔...
https://lib.rs/crates/fast-floats The crate exposes the `fadd_fast` (and similar) intrinsics to safe code behind the operator traits: https://docs.rs/fast-floats/0.1.2/src/fast_floats/lib.rs.html#93-101 This is unsound because using NAN as an argument to one of those...
https://thanks.rust-lang.org/rust/1.17.0 currently says "We had 0 individuals contribute to 1.17.0. Thank you so much!"
The prose talks about doing this, so might as well add a simple code example of it too.