Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarify E0117 explanation.
  • Loading branch information
Nick Hamann committed Jul 13, 2015
1 parent 5559d2b commit 2439824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_typeck/diagnostics.rs
Expand Up @@ -1259,8 +1259,8 @@ Here's one example of this error:
impl Drop for u32 {}
```
To avoid this error, ensure that at least one local type is referenced by
the `impl`:
To avoid this kind of error, ensure that at least one local type is referenced
by the `impl`:
```
pub struct Foo; // you define your type in your crate
Expand Down

0 comments on commit 2439824

Please sign in to comment.