If I could add one feature from Rust to Go, it would be the question mark operator.
3
1
54
What feature would you add to Rust from Go? (The only answer I can come up with is fast compile :( )
3
3
Good IDE support
2
7
It's interesting, I never used to care for IDEs, but I do fancy something better for Rust, so yeah I like that.
1
1
Yeah, Iโ€™m not a big user, but I found it really useful when learning Go
1
Replying to @nick_r_cameron
I found the auto-import thingy useful when I was faffing with some Go. Having autogeneration of `use` would be nice in Rust, if it were possible.

May 20, 2020 ยท 9:36 PM UTC

1
1