index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
error-codes
/
E0077.rs
blob: fa2d5e24fa3ca6ed4a8ea39003c01693c1b0c390 (
plain
)
1
2
3
4
5
6
7
#![feature(repr_simd)]
#[repr(simd)]
struct
Bad
(
String
);
//~ ERROR E0077
fn
main
()
{
}