]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0565.stderr
Auto merge of #47956 - retep998:is-nibbles, r=BurntSushi
[rust.git] / src / test / ui / error-codes / E0565.stderr
1 error[E0565]: unsupported literal
2   --> $DIR/E0565.rs:14:8
3    |
4 14 | #[repr("C")] //~ ERROR E0565
5    |        ^^^
6
7 error: aborting due to previous error
8