bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
f4cb0ff
rust-analyzer
/ crates/syntax/test_data/parser/ok/0057_loop_in_call.rs
Raw
1
2
3
4
5
fn foo(x: i32) {} fn main() { foo(loop {}); }