Skip to content

Commit 02ec00b

Browse files
---
yaml --- r: 226103 b: refs/heads/stable c: 3ff1222 h: refs/heads/master i: 226101: 0f19400 226099: fecebaf 226095: c68410e v: v3
1 parent 3935394 commit 02ec00b

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
@@ -29,6 +29,6 @@ refs/heads/tmp: e5d90d98402475b6e154ce216f9efcb80da1a747
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: 1fe32ca12c51afcd761d9962f51a74ff0d07a591
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: ccb459e49aa52ba55a59520d49350f05a7c9a0db
32+
refs/heads/stable: 3ff12223dc56f0a5731ae8d7b2811a83f9e4b15c
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b

branches/stable/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)