blob: 14efa1619dfd074b0a27c124651606a233ced1fa [file] [log] [blame]
// Removing `self::self` breaks idempotence, leaving it causes a compilation error
// which the user should be made aware of #6558
use self::self;
use self::self::self;