about summary refs log tree commit diff
path: root/tests/ui/alloc-error
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2023-02-01 17:38:56 +0000
committerEsteban Küber <esteban@kuber.com.ar>2023-02-14 20:22:10 +0000
commit5d63e10318ea76efc4d4d6a33cf1f74c9839adfb (patch)
tree7bac8c472be48675a1b63380f9cb31c43c246c24 /tests/ui/alloc-error
parent287cd5974c3fc7c885500036ffc8305ac978bede (diff)
downloadrust-5d63e10318ea76efc4d4d6a33cf1f74c9839adfb.tar.gz
rust-5d63e10318ea76efc4d4d6a33cf1f74c9839adfb.zip
rebase and review comments
Diffstat (limited to 'tests/ui/alloc-error')
-rw-r--r--tests/ui/alloc-error/alloc-error-handler-bad-signature-3.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/alloc-error/alloc-error-handler-bad-signature-3.stderr b/tests/ui/alloc-error/alloc-error-handler-bad-signature-3.stderr
index 147e7e246af..9f568f86970 100644
--- a/tests/ui/alloc-error/alloc-error-handler-bad-signature-3.stderr
+++ b/tests/ui/alloc-error/alloc-error-handler-bad-signature-3.stderr
@@ -7,7 +7,7 @@ LL |   fn oom() -> ! {
    |  _-^^^^^^^^^^^^
 LL | |     loop {}
 LL | | }
-   | |_- argument of type `core::alloc::Layout` unexpected
+   | |_- unexpected argument of type `core::alloc::Layout`
    |
 note: function defined here
   --> $DIR/alloc-error-handler-bad-signature-3.rs:10:4