Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
test-attrs
/
issue-109816.rs
blob: 3cabf451c6635067f1ebed6b203239c8f3d73a21 [
file
] [
log
] [
blame
]
//@ compile-flags: --test
fn
align_offset_weird_strides
()
{
#[
test
]
//~^ ERROR the `#[test]` attribute may only be used on a non-associated function
struct
A5
(
u32
,
u8
);
}