mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-10 12:18:49 +00:00
4 lines
57 B
Rust
4 lines
57 B
Rust
fn foo() {
|
|
1 + 2 * 3 == 1 * 2 + 3;
|
|
*x = 1 + 1;
|
|
}
|