File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
trunk/src/rustc/middle/typeck Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 29040955709a145842f93fe11d4cd803415020be
2
+ refs/heads/master: f72ef31ede98d0605195b2a6baba38f71d0177a0
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
Original file line number Diff line number Diff line change @@ -945,7 +945,8 @@ impl CoherenceChecker {
945
945
let self_type = self . get_self_type_for_implementation ( * impl_info) ;
946
946
match ty:: get ( self_type. ty ) . sty {
947
947
ty:: ty_class( type_def_id, _) => {
948
- tcx. destructor_for_type . insert ( type_def_id, method_def_id) ;
948
+ tcx. destructor_for_type . insert ( type_def_id,
949
+ method_def_id) ;
949
950
tcx. destructors . insert ( method_def_id, ( ) ) ;
950
951
}
951
952
_ => {
You can’t perform that action at this time.
0 commit comments