Skip to content

Commit fb74d54

Browse files
---
yaml --- r: 220141 b: refs/heads/snap-stage3 c: 2e00b31 h: refs/heads/master i: 220139: d60c036 v: v3
1 parent 7e4b7fc commit fb74d54

File tree

3 files changed

+223
-78
lines changed

3 files changed

+223
-78
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3-
refs/heads/snap-stage3: c3fd0e12297d9e535f8e8e70eb942babfc11901d
3+
refs/heads/snap-stage3: 2e00b3177001dd8281038930f4a5d0f214420bc4
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/librustc_resolve/diagnostics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ http://doc.rust-lang.org/reference.html#types
202202
}
203203

204204
register_diagnostics! {
205-
E0157,
206-
E0153,
205+
E0153, // called no where
206+
E0157, // called from no where
207207
E0253, // not directly importable
208208
E0254, // import conflicts with imported crate in this module
209209
E0257,

0 commit comments

Comments
 (0)