This is a relic from an age long since past, and this import form should be removed. This code should fail to parse: ``` rust use foo, bar, baz; use foo::bar, bar::baz, foo::bar::{baz, lol}; ```