diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2015-06-29 10:21:39 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2015-06-29 10:21:39 +0200 |
| commit | 7f830a874ccea9cf0ebfe88fa4074d5c5e9c53b4 (patch) | |
| tree | 177beb41165fa84bb188cdd632ba5b4c431e83c5 | |
| parent | b44253067165949d0d70db95c21771a6aeac718f (diff) | |
| download | rust-7f830a874ccea9cf0ebfe88fa4074d5c5e9c53b4.tar.gz rust-7f830a874ccea9cf0ebfe88fa4074d5c5e9c53b4.zip | |
The come back of the "a" eaten by the void
| -rw-r--r-- | src/librustc/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/diagnostics.rs b/src/librustc/diagnostics.rs index 36ec48633dc..4673169a7de 100644 --- a/src/librustc/diagnostics.rs +++ b/src/librustc/diagnostics.rs @@ -361,7 +361,7 @@ http://doc.rust-lang.org/reference.html#ffi-attributes "##, E0109: r##" -You tried to give type parameter to a type which doesn't need it. Erroneous +You tried to give a type parameter to a type which doesn't need it. Erroneous code example: ``` |
