1
Fork 0

More systematic error reporting in path resolution

This commit is contained in:
Vadim Petrochenkov 2016-12-01 01:35:25 +03:00 committed by petrochenkov
parent 3fb676afb0
commit 09aba18e10
127 changed files with 1243 additions and 1249 deletions

View file

@ -18,6 +18,6 @@ macro_rules! foo {
// not to the macro variable '$id'
fn main() {
foo!(
x //~ ERROR unresolved name `x`
x //~ ERROR unresolved value `x`
);
}