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