Refactor path resoloution.

This commit is contained in:
Jeffrey Seyfried 2016-11-25 06:07:21 +00:00
parent cb9f14e987
commit af2d89c7f6
4 changed files with 288 additions and 547 deletions

View file

@ -10,6 +10,6 @@
// Prefix in imports with empty braces should be resolved and checked privacy, stability, etc.
use foo::{}; //~ ERROR failed to resolve. foo
use foo::{}; //~ ERROR failed to resolve. Maybe a missing `extern crate foo;`?
fn main() {}