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