Skip to content

Commit

Permalink
Fix typo in E0101
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 8, 2015
1 parent 2d405af commit e4cc54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_typeck/diagnostics.rs
Expand Up @@ -1308,8 +1308,8 @@ extern "rust-intrinsic" {
"##,

E0101: r##"
You hit this error because the compiler the compiler lacks information
to determine a type for this expression. Erroneous code example:
You hit this error because the compiler lacks the information to
determine a type for this expression. Erroneous code example:
```
fn main() {
Expand Down

0 comments on commit e4cc54e

Please sign in to comment.