This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9fae494a8d
rust
/
crates
/
libsyntax2
/
tests
/
data
/
parser
/
inline
/
0065_if_expr.rs
7 lines
107 B
Rust
Raw
Normal View
History
Unescape
Escape
If expr
2018-07-31 16:14:26 -05:00
fn
foo
(
)
{
if
true
{
}
;
if
true
{
}
else
{
}
;
no-struct-literal-restr
2018-08-04 09:12:00 -05:00
if
true
{
}
else
if
false
{
}
else
{
}
;
if
S
{
}
;
If expr
2018-07-31 16:14:26 -05:00
}
Reference in New Issue
Copy Permalink