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