diff options
| author | varkor <github@varkor.com> | 2020-01-10 14:13:05 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2020-01-12 15:36:40 +0000 |
| commit | 0810210bcb2c1a50d815e8e71d6db3b6cb0aba7f (patch) | |
| tree | 1b28903f8de2fc9309ca2a62dd3e8b8cf90651c3 /src/librustc_builtin_macros | |
| parent | 59c1db0339327f8b98c42ef0627a464915966d9b (diff) | |
| download | rust-0810210bcb2c1a50d815e8e71d6db3b6cb0aba7f.tar.gz rust-0810210bcb2c1a50d815e8e71d6db3b6cb0aba7f.zip | |
Diagnostics should start lowercase
Diffstat (limited to 'src/librustc_builtin_macros')
| -rw-r--r-- | src/librustc_builtin_macros/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_builtin_macros/test.rs b/src/librustc_builtin_macros/test.rs index 0eee212108e..07715cdbcb5 100644 --- a/src/librustc_builtin_macros/test.rs +++ b/src/librustc_builtin_macros/test.rs @@ -325,7 +325,7 @@ fn should_panic(cx: &ExtCtxt<'_>, i: &ast::Item) -> ShouldPanic { `expected = \"error message\"`", ) .note( - "Errors in this attribute were erroneously \ + "errors in this attribute were erroneously \ allowed and will become a hard error in a \ future release.", ) |
