]> git.proxmox.com Git - rustc.git/blame - src/test/ui/alloc-error/alloc-error-handler-bad-signature-1.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / alloc-error / alloc-error-handler-bad-signature-1.stderr
CommitLineData
b7449926 1error: return type should be `!`
0731742a 2 --> $DIR/alloc-error-handler-bad-signature-1.rs:12:6
b7449926
XL
3 |
4LL | ) -> () //~ ERROR return type should be `!`
5 | ^^
6
7error: argument should be `Layout`
0731742a 8 --> $DIR/alloc-error-handler-bad-signature-1.rs:11:11
b7449926
XL
9 |
10LL | info: &Layout, //~ ERROR argument should be `Layout`
11 | ^^^^^^^
12
13error: aborting due to 2 previous errors
14