diff options
| author | Christopher Armstrong <radix@twistedmatrix.com> | 2017-01-14 22:00:04 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-14 22:00:04 -0600 |
| commit | ac321a792a25935b1052b74e5b00ae3ef9ea29f5 (patch) | |
| tree | c5a2651c3093cfc38ec7455637c8f1a21b1b1cb9 | |
| parent | 69520ce0a120b19b05e6a49c91e8d5ad461a93a0 (diff) | |
| download | rust-ac321a792a25935b1052b74e5b00ae3ef9ea29f5.tar.gz rust-ac321a792a25935b1052b74e5b00ae3ef9ea29f5.zip | |
"where it didn't" -> "but didn't"
| -rw-r--r-- | src/librustc/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/diagnostics.rs b/src/librustc/diagnostics.rs index 2efd43c4216..636d543a071 100644 --- a/src/librustc/diagnostics.rs +++ b/src/librustc/diagnostics.rs @@ -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: |
