For example, ```rust struct S; use S::{}; // this is allowed, use S::*; // but this is an error. ```