File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
branches/try/src/librustc_typeck 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: aca2057ed5fb7af3f8905b2bc01f72fa001c35c8
3
3
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4
- refs/heads/try: ccb459e49aa52ba55a59520d49350f05a7c9a0db
4
+ refs/heads/try: 3ff12223dc56f0a5731ae8d7b2811a83f9e4b15c
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
7
7
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -1556,6 +1556,8 @@ register_diagnostics! {
1556
1556
E0219 , // associated type defined in higher-ranked supertrait
1557
1557
E0220 , // associated type not found for type parameter
1558
1558
E0221 , // ambiguous associated type in bounds
1559
+ //E0222, // Error code E0045 (variadic function must have C calling
1560
+ // convention) duplicate
1559
1561
E0223 , // ambiguous associated type
1560
1562
E0224 , // at least one non-builtin train is required for an object type
1561
1563
E0225 , // only the builtin traits can be used as closure or object bounds
You can’t perform that action at this time.
0 commit comments