rust/tests/data/parser/err/0006_named_field_recovery.rs

8 lines
74 B
Rust
Raw Normal View History

struct S {
f: u32,
pub 92
+ - *
pub x: u32,
z: f64,
}