Skip to content

Commit 2e00b31

Browse files
We just have to replace error codes but code is good now
1 parent c3fd0e1 commit 2e00b31

File tree

2 files changed

+222
-77
lines changed

2 files changed

+222
-77
lines changed

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)