Skip to content

Commit 1429139

Browse files
committed
---
yaml --- r: 15827 b: refs/heads/try c: fc8e1cb h: refs/heads/master i: 15825: 767d220 15823: 5deb217 v: v3
1 parent 199459f commit 1429139

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 5cd6bb1ed34f759ae7222684967668e185b0e12c
5+
refs/heads/try: fc8e1cb646afe5749ff793b347a5bf2d334ff34f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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

branches/try/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)