Skip to content

Commit

Permalink
We just have to replace error codes but code is good now
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jul 11, 2015
1 parent c3fd0e1 commit 2e00b31
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 77 deletions.
4 changes: 2 additions & 2 deletions src/librustc_resolve/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ http://doc.rust-lang.org/reference.html#types
}

register_diagnostics! {
E0157,
E0153,
E0153, // called no where
E0157, // called from no where
E0253, // not directly importable
E0254, // import conflicts with imported crate in this module
E0257,
Expand Down
Loading

0 comments on commit 2e00b31

Please sign in to comment.