Skip to content

Commit 727131d

Browse files
committed
---
yaml --- r: 12821 b: refs/heads/master c: fc8e1cb h: refs/heads/master i: 12819: 76cb313 v: v3
1 parent 88827b5 commit 727131d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 5cd6bb1ed34f759ae7222684967668e185b0e12c
2+
refs/heads/master: fc8e1cb646afe5749ff793b347a5bf2d334ff34f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/libcore/core.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ built-in types and runtime services, or that is used in nearly every
1313
non-trivial program.
1414

1515
`core` includes modules corresponding to each of the integer types, each of
16-
the floating point types, the `bool` type, tuples, characters, strings,
16+
THE floating point types, the `bool` type, tuples, characters, strings,
1717
vectors (`vec`), shared boxes (`box`), and unsafe pointers (`ptr`).
1818
Additionally, `core` provides very commonly used built-in types and
1919
operations, concurrency primitives, platform abstractions, I/O, and complete

trunk/src/rustc/middle/typeck/regionck.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the region scope `r`.
1515

1616
import util::ppaux;
1717
import syntax::print::pprust;
18-
import check::{fn_ctxt, methods};
18+
import check::{fn_ctxt, methods, lookup_def};
1919

2020
type rcx = @{fcx: @fn_ctxt, mut errors_reported: uint};
2121
type rvt = visit::vt<rcx>;

0 commit comments

Comments
 (0)