This website requires JavaScript.
Explore
Help
Sign in
language-servers
/
rust-analyzer
Watch
1
Star
0
Fork
You've already forked rust-analyzer
0
mirror of
https://github.com/rust-lang/rust-analyzer.git
synced
2025-10-02 22:54:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
df05c5c3e2
rust-analyzer
/
crates
/
libsyntax2
/
tests
/
data
/
parser
/
err
/
0016_missing_semi.rs
Aleksey Kladov
367e523442
Require semi after exprs
2018-08-25 16:04:47 +03:00
6 lines
56 B
Rust
Raw
Blame
History
fn
foo
(
)
{
foo
(
1
,
2
)
return
92
;
}
Reference in a new issue
View git blame
Copy permalink