This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-analyzer
Watch
2
Star
0
Fork
You've already forked rust-analyzer
0
mirror of
https://github.com/rust-lang/rust-analyzer
synced
2025-01-02 16:28:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c12450fb4e
rust-analyzer
/
tests
/
data
/
parser
/
inline
/
0035_ref_pat.rs
Aleksey Kladov
c6f4a06b42
G: value_parameters, patterns & let statement
2018-02-18 01:06:48 +03:00
4 lines
52 B
Rust
Raw
Blame
History
fn
main
(
)
{
let
&
a
=
(
)
;
let
&
mut
b
=
(
)
;
}
Reference in a new issue
View git blame
Copy permalink