mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-25 14:13:38 +00:00
missing import
This commit is contained in:
parent
5cd6bb1ed3
commit
fc8e1cb646
@ -13,7 +13,7 @@ built-in types and runtime services, or that is used in nearly every
|
|||||||
non-trivial program.
|
non-trivial program.
|
||||||
|
|
||||||
`core` includes modules corresponding to each of the integer types, each of
|
`core` includes modules corresponding to each of the integer types, each of
|
||||||
the floating point types, the `bool` type, tuples, characters, strings,
|
THE floating point types, the `bool` type, tuples, characters, strings,
|
||||||
vectors (`vec`), shared boxes (`box`), and unsafe pointers (`ptr`).
|
vectors (`vec`), shared boxes (`box`), and unsafe pointers (`ptr`).
|
||||||
Additionally, `core` provides very commonly used built-in types and
|
Additionally, `core` provides very commonly used built-in types and
|
||||||
operations, concurrency primitives, platform abstractions, I/O, and complete
|
operations, concurrency primitives, platform abstractions, I/O, and complete
|
||||||
|
@ -15,7 +15,7 @@ the region scope `r`.
|
|||||||
|
|
||||||
import util::ppaux;
|
import util::ppaux;
|
||||||
import syntax::print::pprust;
|
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 rcx = @{fcx: @fn_ctxt, mut errors_reported: uint};
|
||||||
type rvt = visit::vt<rcx>;
|
type rvt = visit::vt<rcx>;
|
||||||
|
Loading…
Reference in New Issue
Block a user