Skip to content

Commit 17819aa

Browse files
committed
Rollup merge of #28908 - GuillaumeGomez:patch-2, r=Manishearth
r? @Manishearth
2 parents 8ca1425 + e4cc54e commit 17819aa

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)