Hacker News new | ask | show | jobs
by vore 1109 days ago
Rust is getting keyword generics to be polymorphic over sync/async which, uh, I'm not sure if I'm a huge fan of: https://blog.rust-lang.org/inside-rust/2022/07/27/keyword-ge...
1 comments

The community has almost unanimously shown their distaste for this proposal, so I wouldn't count on it shipping.

The consensus was that it provides almost no practical value and is a heavy syntactical burden both to read and write.

Many users seemed to be totally fine keeping function colors over adopting this.