Conversation
Edited 1 year ago
Perhaps I am biased due to writing C, but I keep running into nice stuff in Rust, like std::concat_idents, that has been hidden behind nightly toolchains for ages.
I guess may just "have" what the kernel did and re-implement it to drop needing a nightly toolchain.

(I say biased, because there may be some idiomatic or other way to do these things that someone more familiar with Rust would do instead & find what I do "distasteful")
1
0
0
generic_const_exprs will be nice once it stops saying "the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes" too!
0
0
0