about summary refs log tree commit diff
path: root/src/test/ui/missing/missing-alloc_error_handler.stderr
diff options
context:
space:
mode:
authorJubilee <46493976+workingjubilee@users.noreply.github.com>2021-10-04 13:58:15 -0700
committerGitHub <noreply@github.com>2021-10-04 13:58:15 -0700
commit5352e17df3b2500b4cf92ee86c7dbf002018600f (patch)
tree46d21548e0b612e91fc2aa6e391606afa115aa6c /src/test/ui/missing/missing-alloc_error_handler.stderr
parent2bc89ce0bf2fff897ccbf89c6e7aee71681d7cc1 (diff)
parent3818981ca12ca79dc446fad849d48ebe1257cbc7 (diff)
downloadrust-5352e17df3b2500b4cf92ee86c7dbf002018600f.tar.gz
rust-5352e17df3b2500b4cf92ee86c7dbf002018600f.zip
Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebank
Practice diagnostic message convention

Detected by #89455.

r? ```@estebank```
Diffstat (limited to 'src/test/ui/missing/missing-alloc_error_handler.stderr')
-rw-r--r--src/test/ui/missing/missing-alloc_error_handler.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/missing/missing-alloc_error_handler.stderr b/src/test/ui/missing/missing-alloc_error_handler.stderr
index 511d0788b40..ed84493deb5 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.
+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