Tshepang Mbambo
Tshepang Mbambo
Perhaps also use a struct (that doesn't implement Copy) so the benefit of Arc is clear. WIth a String, one can just use a &str, ending up not needing the...
I din't get the long life complaint when I used &str. See https://gist.github.com/tshepang/237d547c38e435144d6fe1887068d33e.
Rust is not easy
what's the difference
Oh, I see... I understood the text as if "required" was present.
I would: > However, `Cell` only works with `Copy` types (e.g. primitive types and user-defined types deriving the `Copy` trait).
@saethlin I have intention to finish the tool, but I hope that does not discourage anyone to build something finished... my approach is bad anyways, and am very slow.
It would be a pain, and noisy, removing those (saw about half of them) comments and making them normal text.
One option is for this to be gradual, where, for example, each release bumps a requirement. For example, libc 0.2.127 requires minimum Rust 1.15, then libc 0.2.128 requires minimum Rust...
Using latest (`main`) of mustang and rsix, here's what I get when running ripgrep: ``` ... Running `target/x86_64-mustang-linux-gnu/debug/rg foo` thread '' panicked at 'assertion failed: page_size != 0', /home/tshepang/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/unix/thread.rs:465:9 note:...