To be a more useful debugging tool, it should print out the full path. ``` strcat | rusti: pub mod Foo { pub enum Bar { Baz } } enum Bar { Baz } (Baz, Foo::Baz) -- | Notice(rusti): (Baz, Baz) ```