File tree Expand file tree Collapse file tree 3 files changed +223
-78
lines changed
branches/snap-stage3/src/librustc_resolve Expand file tree Collapse file tree 3 files changed +223
-78
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3
- refs/heads/snap-stage3: c3fd0e12297d9e535f8e8e70eb942babfc11901d
3
+ refs/heads/snap-stage3: 2e00b3177001dd8281038930f4a5d0f214420bc4
4
4
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change @@ -202,8 +202,8 @@ http://doc.rust-lang.org/reference.html#types
202
202
}
203
203
204
204
register_diagnostics ! {
205
- E0157 ,
206
- E0153 ,
205
+ E0153 , // called no where
206
+ E0157 , // called from no where
207
207
E0253 , // not directly importable
208
208
E0254 , // import conflicts with imported crate in this module
209
209
E0257 ,
You can’t perform that action at this time.
0 commit comments