mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 03:57:37 +00:00
8 lines
111 B
Markdown
8 lines
111 B
Markdown
With a code sample, that has an error:
|
|
|
|
```rust
|
|
fn main() {
|
|
let x = 234 // no semicolon here! oh no!
|
|
}
|
|
```
|