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