summaryrefslogtreecommitdiffstats
path: root/src/test/ui/alloc-error/alloc-error-handler-bad-signature-1.stderr
blob: 34e09da45ad53f819e378cee5817c5d120d0cd7f (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-1.rs:12:6
   |
LL | ) -> ()
   |      ^^

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

error: aborting due to 2 previous errors