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-10 20:28:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
678882d4f8
rust-analyzer
/
tests
/
data
/
parser
/
inline
/
0039_path_expr.rs
7 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
Path expressions
2018-07-30 14:02:51 +00:00
fn
foo
(
)
{
let
_
=
a
;
let
_
=
a
::
b
;
let
_
=
::
a
::
<
b
>
;
Expr macros
2018-08-05 11:16:38 +00:00
let
_
=
format!
(
)
;
Path expressions
2018-07-30 14:02:51 +00:00
}
Reference in a new issue
Copy permalink