Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
parser
/
issues
/
issue-101540.rs
blob: 328ec6f906b1fb6949f24fd9b5d8e5fa0ee8afba [
file
] [
log
] [
blame
]
struct
S1
{
struct
S2
{
//~^ ERROR structs are not allowed in struct definitions
}
}
fn
main
()
{}