mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-09 12:46:23 +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!
|
|
}
|
|
```
|