]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0118.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / error-codes / E0118.stderr
CommitLineData
1b1a35ee 1error[E0118]: no nominal type found for inherent implementation
0731742a 2 --> $DIR/E0118.rs:1:6
2c00a5a8 3 |
532ac7d7 4LL | impl (u8, u8) {
1b1a35ee 5 | ^^^^^^^^ impl requires a nominal type
2c00a5a8
XL
6 |
7 = note: either implement a trait on it or create a newtype to wrap it instead
8
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0118`.