]> git.proxmox.com Git - rustc.git/blame - tests/rustdoc-ui/issue-106226.stderr
New upstream version 1.70.0+dfsg2
[rustc.git] / tests / rustdoc-ui / issue-106226.stderr
CommitLineData
353b0b11
FG
1error[E0121]: the placeholder `_` is not allowed within types on item signatures for type aliases
2 --> $DIR/issue-106226.rs:2:11
cdc7bbd5 3 |
9c376795 4LL | type F = [_; ()];
353b0b11 5 | ^ not allowed in type signatures
cdc7bbd5
XL
6
7error: aborting due to previous error
8
353b0b11 9For more information about this error, try `rustc --explain E0121`.