"where it didn't" -> "but didn't"

This commit is contained in:
Christopher Armstrong 2017-01-14 22:00:04 -06:00 committed by GitHub
parent 69520ce0a1
commit ac321a792a

View file

@ -1618,7 +1618,7 @@ fn cookie() -> ! { // error: definition of an unknown language item: `cookie`
"##,
E0525: r##"
A closure was used where it didn't implement the expected trait.
A closure was used but didn't implement the expected trait.
Erroneous code example: