bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
c456b21
rust-analyzer
/ crates/syntax/test_data/parser/ok/0055_dot_dot_dot.rs
Raw
1
2
3
4
5
type X = (); fn main() { let ():::X = (); }