Skip to content

Commit a9b423a

Browse files
---
yaml --- r: 227765 b: refs/heads/try c: 3ff1222 h: refs/heads/master i: 227763: 0b2479d v: v3
1 parent 5fc34d9 commit a9b423a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: aca2057ed5fb7af3f8905b2bc01f72fa001c35c8
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4-
refs/heads/try: ccb459e49aa52ba55a59520d49350f05a7c9a0db
4+
refs/heads/try: 3ff12223dc56f0a5731ae8d7b2811a83f9e4b15c
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/librustc_typeck/diagnostics.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,6 +1556,8 @@ register_diagnostics! {
15561556
E0219, // associated type defined in higher-ranked supertrait
15571557
E0220, // associated type not found for type parameter
15581558
E0221, // ambiguous associated type in bounds
1559+
//E0222, // Error code E0045 (variadic function must have C calling
1560+
// convention) duplicate
15591561
E0223, // ambiguous associated type
15601562
E0224, // at least one non-builtin train is required for an object type
15611563
E0225, // only the builtin traits can be used as closure or object bounds

0 commit comments

Comments
 (0)