rustc: rename hir::def::Def to Res (short for "resolution").
This commit is contained in:
parent
b92b1a76e1
commit
ff174fe09e
51 changed files with 1334 additions and 1336 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Ambiguity between a `macro_rules` macro and a non-existent import recovered as `Def::Err`
|
||||
// Ambiguity between a `macro_rules` macro and a non-existent import recovered as `Res::Err`
|
||||
|
||||
macro_rules! mac { () => () }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Macro from prelude is shadowed by non-existent import recovered as `Def::Err`.
|
||||
// Macro from prelude is shadowed by non-existent import recovered as `Res::Err`.
|
||||
|
||||
use std::assert; //~ ERROR unresolved import `std::assert`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue