Copy-paste fix pattern
fn main() {
println("ready")
}
ClosedBit Docs
ClosedBit error docs
Syntax shape error. The source could not be parsed into valid CBP statements, blocks, or expressions.
The source could not be parsed into valid CBP statements, blocks, or expressions.
Fix the line shown first, then check the previous line for an unclosed string, bracket, parenthesis, or block.
fn main() {
println("ready")
}