We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is a relic from an age long since past, and this import form should be removed. This code should fail to parse:
use foo, bar, baz; use foo::bar, bar::baz, foo::bar::{baz, lol};