about summary refs log tree commit diff
path: root/src/test/ui/duplicate/duplicate-check-macro-exports.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/duplicate/duplicate-check-macro-exports.stderr')
-rw-r--r--src/test/ui/duplicate/duplicate-check-macro-exports.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/duplicate/duplicate-check-macro-exports.stderr b/src/test/ui/duplicate/duplicate-check-macro-exports.stderr
index e2119efbd3d..eced6b303e8 100644
--- a/src/test/ui/duplicate/duplicate-check-macro-exports.stderr
+++ b/src/test/ui/duplicate/duplicate-check-macro-exports.stderr
@@ -8,7 +8,7 @@ LL | macro_rules! panic { () => {} } //~ ERROR the name `panic` is defined multi
    | ^^^^^^^^^^^^^^^^^^ `panic` redefined here
    |
    = note: `panic` must be defined only once in the macro namespace of this module
-help: You can use `as` to change the binding name of the import
+help: you can use `as` to change the binding name of the import
    |
 LL | pub use std::panic as other_panic;
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^