It seems annoying for me that this syntax is not supported:
use foo::{bar1, bar2 as baz};
Seems rather obvious for me that it really should be defined, and I’d like to try and add it to the language. I’ve asked about that in users group (https://users.rust-lang.org/t/use-and-aliases-use-x-as-y/2151) and it seems to be welcomed improvement.
Any comments or reasons why it should be done differently are welcome. If I understand the process correctly, next step should be creating an rfc?