Closed
Description
My "investigation": #17257 (comment)
Test case:
fn foo() -> i32 {
return 1 // no semicolon
}
fn main() {
println!("{}", foo());
}
This compiles, but the reference doesn't mention, that is should.
Metadata
Metadata
Assignees
Labels
No labels