summaryrefslogtreecommitdiffstats
path: root/src/test/ui/alloc-error/alloc-error-handler-bad-signature-2.stderr
blob: 85544b0c3849ea57103ab2527957b0bb8d0a2584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: return type should be `!`
  --> $DIR/alloc-error-handler-bad-signature-2.rs:12:3
   |
LL | ) {
   |   ^

error: argument should be `Layout`
  --> $DIR/alloc-error-handler-bad-signature-2.rs:11:11
   |
LL |     info: Layout,
   |           ^^^^^^

error: aborting due to 2 previous errors