missing import
This commit is contained in:
parent
5cd6bb1ed3
commit
fc8e1cb646
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ the region scope `r`.
|
|||
|
||||
import util::ppaux;
|
||||
import syntax::print::pprust;
|
||||
import check::{fn_ctxt, methods};
|
||||
import check::{fn_ctxt, methods, lookup_def};
|
||||
|
||||
type rcx = @{fcx: @fn_ctxt, mut errors_reported: uint};
|
||||
type rvt = visit::vt<rcx>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue