]> git.lizzy.rs Git - rust.git/blob - src/test/ui/alloc-error/alloc-error-handler-bad-signature-3.stderr
Auto merge of #100845 - timvermeulen:iter_compare, r=scottmcm
[rust.git] / src / test / ui / alloc-error / alloc-error-handler-bad-signature-3.stderr
1 error: function should have one argument
2   --> $DIR/alloc-error-handler-bad-signature-3.rs:10:1
3    |
4 LL | fn oom() -> ! {
5    | ^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8