Skip to content

Commit 930fdd6

Browse files
committed
---
yaml --- r: 13194 b: refs/heads/master c: 475013f h: refs/heads/master v: v3
1 parent 109a9d2 commit 930fdd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: de403180376c80f9ef8cb8e90d12b3c936e160d2
2+
refs/heads/master: 475013fcb60607130b7661f601eee3391ac2bd47
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
The region check is a final pass that runs over the AST after we have
44
inferred the type constraints but before we have actually finalized
5-
the types. It's purpose is to embed some final region constraints.
5+
the types. Its purpose is to embed some final region constraints.
66
The reason that this is not done earlier is that sometimes we don't
77
know whether a given type will be a region pointer or not until this
88
phase.

0 commit comments

Comments
 (0)