7 lines
106 B
Rust
7 lines
106 B
Rust
|
struct TypedArenaChunk {
|
||
|
next: Option<String>>
|
||
|
//~^ ERROR unmatched angle bracket
|
||
|
}
|
||
|
|
||
|
fn main() {}
|