mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-18 09:30:31 +00:00
5 lines
83 B
Rust
5 lines
83 B
Rust
fn foo() -> i32 {
|
|
[1, 2, 3].iter()
|
|
.map(|it|)
|
|
.max::<i32>();
|
|
}
|