Closed
Description
The span associated to the expression in
fn test() {
a?
}
includes the closing brace, which it should not.
Found this after @erikjohnson mentioned a fatal error in rustfmt here.
I'm working on a patch for this.
The span associated to the expression in
fn test() {
a?
}
includes the closing brace, which it should not.
Found this after @erikjohnson mentioned a fatal error in rustfmt here.
I'm working on a patch for this.