Sign in
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-101540.rs
blob: 328ec6f906b1fb6949f24fd9b5d8e5fa0ee8afba [
file
]
struct
S1
{
struct
S2
{
//~^ ERROR structs are not allowed in struct definitions
}
}
fn
main
()
{}