File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
trunk/src/rustc/middle/typeck Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: f2ad7c34267c5d0b030fa6f80e08939e3ce48267
2
+ refs/heads/master: 8d7f3bd1ca622e6ddc03f4592eb8a451fbf850ab
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 @@ -302,6 +302,7 @@ fn ast_ty_to_ty<AC: ast_conv, RS: region_scope copy>(
302
302
// n.b.: resolve guarantees that the self type only appears in an
303
303
// iface, which we rely upon in various places when creating
304
304
// substs
305
+ check_path_args ( tcx, path, NO_TPS | NO_REGIONS ) ;
305
306
ty:: mk_self ( tcx)
306
307
}
307
308
_ {
You can’t perform that action at this time.
0 commit comments