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
Replying to @nick_r_cameron
It's interesting, I never used to care for IDEs, but I do fancy something better for Rust, so yeah I like that.

May 20, 2020 ยท 9:19 PM UTC

1
1
Replying to @dsilverstone
Yeah, Iโ€™m not a big user, but I found it really useful when learning Go
1
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.
1
1