about summary refs log tree commit diff
path: root/src/test/compile-fail/unresolved-import.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-57/+0
2017-07-25Point at path segment on module not foundEsteban Küber-3/+3
2016-10-27Add semicolon to "Maybe a missing `extern crate foo`" messageRobin Stocker-1/+1
2016-09-05show `self` suggestion when items are in the blockAndy Russell-0/+11
2016-09-05resolve: Suggest `use self` when import resolvesAndy Russell-0/+9
2016-08-22 Updated E0432 to new formatKnight-4/+8
2016-02-08Replace children and import_resolutions with a single NameResolution-valued map.Jeffrey Seyfried-2/+2
2015-12-16Modify the Levenshtein-based suggestions to include importsRavi Shankar-6/+8
2015-08-08rustc: rename multiple imports in a listSean McArthur-1/+15
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-1/+1
2014-06-18rustc: reduce redundant resolve errors.Kevin Butler-4/+3
2014-06-17rustc: Add self/super hint for extern crate resolve errors.Kevin Butler-2/+2
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2013-05-14Add span to some import resolution errorsCorey Richardson-3/+3
2013-05-14Add test for resolution errorsCorey Richardson-1/+7
2013-05-09compile-fail test for new unresolved import errorCorey Richardson-0/+12