]> git.proxmox.com Git - rustc.git/blame - src/test/ui/typeck/issue-83621-placeholder-static-in-extern.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / typeck / issue-83621-placeholder-static-in-extern.stderr
CommitLineData
136023e0 1error[E0121]: the type placeholder `_` is not allowed within types on item signatures for static variables
cdc7bbd5
XL
2 --> $DIR/issue-83621-placeholder-static-in-extern.rs:4:15
3 |
4LL | static x: _;
5 | ^ not allowed in type signatures
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0121`.