More systematic error reporting in path resolution
This commit is contained in:
parent
3fb676afb0
commit
09aba18e10
127 changed files with 1243 additions and 1249 deletions
|
@ -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`
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue