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
3c1ff31f4a
rust
/
src
/
test
/
run-pass
/
issue-2463.rs
20 lines
177 B
Rust
Raw
Normal View
History
Unescape
Escape
Allow optional comma before `with` in FRU. Closes #2463.
2012-05-31 13:33:18 -05:00
fn
main
(
)
{
let
x
=
{
f
:
0
,
g
:
0
,
}
;
let
y
=
{
f
:
1
,
g
:
1
,
Remove 'with'
2012-09-04 15:29:32 -05:00
..
x
Allow optional comma before `with` in FRU. Closes #2463.
2012-05-31 13:33:18 -05:00
}
;
let
z
=
{
f
:
1
,
Remove 'with'
2012-09-04 15:29:32 -05:00
..
x
Allow optional comma before `with` in FRU. Closes #2463.
2012-05-31 13:33:18 -05:00
}
;
}
Reference in New Issue
Copy Permalink