We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use {foo, bar}
If I want to pull in some definitions from the top-level module, I'd like to be able to say use {foo, bar}, but that doesn't parse.
Untitled.rs:5:8: 5:9 error: expected ident, found `{` Untitled.rs:5 use {foo, bar}; ^