File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/rustc/middle/typeck/check Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: de403180376c80f9ef8cb8e90d12b3c936e160d2
2
+ refs/heads/master: 475013fcb60607130b7661f601eee3391ac2bd47
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change 2
2
3
3
The region check is a final pass that runs over the AST after we have
4
4
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.
6
6
The reason that this is not done earlier is that sometimes we don't
7
7
know whether a given type will be a region pointer or not until this
8
8
phase.
You can’t perform that action at this time.
0 commit comments