Sign in
rust
/
rust
/
6b4f4f57e70af5ec0052cb22d23a366e0ee60805
/
.
/
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
()
{}