blob: b1664f49dc59158155b33e2189ca270ed3017295 [file] [log] [blame]
pub struct Value {}
pub fn new() -> Result<Value, ()> {
Ok(Value {
}
}
//~^ ERROR incorrect close delimiter