File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 42f2810eca4ad1dd3d9b62e75027824f4a7caa2e
2
+ refs/heads/master: c9102ee7a1e9c01e9befca44a0c0cb474fff89b4
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 @@ -985,7 +985,9 @@ fn type_kind(cx: ctxt, ty: t) -> kind {
985
985
param_bounds_to_kind ( cx. ty_param_bounds . get ( did. node ) )
986
986
}
987
987
ty_constr ( t, _) { type_kind ( cx, t) }
988
- _ { cx. sess . bug ( "bad type in type_kind" ) ; }
988
+ ty_class ( _, _) { fail "FIXME" ; }
989
+ ty_var ( _) { fail "FIXME" ; }
990
+ ty_self ( _) { kind_noncopyable }
989
991
} ;
990
992
991
993
cx. kind_cache . insert ( ty, result) ;
You can’t perform that action at this time.
0 commit comments