Fix typo in E0101

This commit is contained in:
Guillaume Gomez 2015-10-08 11:32:38 +02:00
parent 2d405afeb0
commit e4cc54ed06

View file

@ -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() {