]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-74086.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / issues / issue-74086.stderr
CommitLineData
3dfed10e
XL
1error[E0121]: the type placeholder `_` is not allowed within types on item signatures
2 --> $DIR/issue-74086.rs:2:20
3 |
4LL | static BUG: fn(_) -> u8 = |_| 8;
6a06907d 5 | ^ not allowed in type signatures
3dfed10e
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0121`.