Skip to content

Commit e4cc54e

Browse files
Fix typo in E0101
1 parent 2d405af commit e4cc54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_typeck/diagnostics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,8 +1308,8 @@ extern "rust-intrinsic" {
13081308
"##,
13091309

13101310
E0101: r##"
1311-
You hit this error because the compiler the compiler lacks information
1312-
to determine a type for this expression. Erroneous code example:
1311+
You hit this error because the compiler lacks the information to
1312+
determine a type for this expression. Erroneous code example:
13131313
13141314
```
13151315
fn main() {

0 commit comments

Comments
 (0)