about summary refs log tree commit diff
path: root/src/test/ui/missing/missing-alloc_error_handler.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/missing/missing-alloc_error_handler.stderr')
-rw-r--r--src/test/ui/missing/missing-alloc_error_handler.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/missing/missing-alloc_error_handler.stderr b/src/test/ui/missing/missing-alloc_error_handler.stderr
index ed84493deb5..995fa7cf85e 100644
--- a/src/test/ui/missing/missing-alloc_error_handler.stderr
+++ b/src/test/ui/missing/missing-alloc_error_handler.stderr
@@ -1,6 +1,6 @@
 error: `#[alloc_error_handler]` function required, but not found
 
-note: Use `#![feature(default_alloc_error_handler)]` for a default error handler
+note: use `#![feature(default_alloc_error_handler)]` for a default error handler
 
 error: aborting due to previous error