Skip to content

Commit ac321a7

Browse files
authored
"where it didn't" -> "but didn't"
1 parent 69520ce commit ac321a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ fn cookie() -> ! { // error: definition of an unknown language item: `cookie`
16181618
"##,
16191619

16201620
E0525: r##"
1621-
A closure was used where it didn't implement the expected trait.
1621+
A closure was used but didn't implement the expected trait.
16221622
16231623
Erroneous code example:
16241624

0 commit comments

Comments
 (0)