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