pub struct Value {} pub fn new() -> Result { Ok(Value { } } //~^ ERROR incorrect close delimiter