File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
branches/snap-stage3/src/librustc/metadata Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 023dfb0c898d851dee6ace2f8339b73b5287136b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: c1bc150bc43de8f8895c9d87dddf9b915eddbb2e
4
+ refs/heads/snap-stage3: 30e8ab01822632acd08f6c4fb5ce6b2afe82af52
5
5
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -1398,6 +1398,8 @@ fn encode_info_for_item(ecx: &EncodeContext,
1398
1398
ty:: StaticExplicitSelfCategory ;
1399
1399
}
1400
1400
ty:: TypeTraitItem ( associated_type) => {
1401
+ encode_name ( rbml_w, associated_type. name ) ;
1402
+
1401
1403
let elem = ast_map:: PathName ( associated_type. name ) ;
1402
1404
encode_path ( rbml_w,
1403
1405
path. clone ( ) . chain ( Some ( elem) . into_iter ( ) ) ) ;
You can’t perform that action at this time.
0 commit comments