Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
error-codes
/
E0565.rs
blob: df76f6b13af9b4f8a147ee7f2e927cb9cd371afe [
file
]
// repr currently doesn't support literals
#[
repr
(
"C"
)]
//~ ERROR E0565
struct
A
{}
fn
main
()
{}