about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorAlva Snædís <alva@alva.email>2018-09-17 03:38:15 +0000
committerAlva Snædís <alva@alva.email>2018-09-17 12:12:37 +0000
commite4e4039c5b70807edfe41f6511b56520b3786ef3 (patch)
treef84deeb8314dcf446458c4502a803f4c2d81ce20 /src/libsyntax
parent5aac93c8fb4dfe16a9690b41c1b9c040608677cb (diff)
downloadrust-e4e4039c5b70807edfe41f6511b56520b3786ef3.tar.gz
rust-e4e4039c5b70807edfe41f6511b56520b3786ef3.zip
libsyntax: fix casing in error message
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index 7266d807d3b..603dfad38eb 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -1138,7 +1138,7 @@ pub const BUILTIN_ATTRIBUTES: &'static [(&'static str, AttributeType, AttributeG
      Gated(Stability::Deprecated("https://github.com/rust-lang/rust/issues/44489\
                                   #issuecomment-415140224"),
            "panic_implementation",
-           "This attribute was renamed to `panic_handler`",
+           "this attribute was renamed to `panic_handler`",
            cfg_fn!(panic_implementation))),
 
     // RFC 2070