The unresolved name error message should indicate which path component it can't resolve. For example: ``` ../src/src/libstd\sys/common\unwind/mod.rs:148:27: 148:39 error: unresolved name `imp::payload` [E0425] ../src/src/libstd\sys/common\unwind/mod.rs:148 let mut payload = imp::payload(); ^~~~~~~~~~~~ ``` Here we are unable to tell if `imp` or `payload` doesn't resolve.