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