This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8bee18baa3
rust
/
src
/
test
/
rustfix
/
tuple-float-index.fixed
Vadim Petrochenkov
1f64f60d5c
tests: Do not use
-Z parse-only
, continue compilation to test recovery
2019-01-06 22:20:46 +03:00
3 lines
38 B
Rust
Raw
Blame
History
fn
main
(
)
{
(
(
1
,
(
2
,
3
)
)
.
1
)
.
1
;
}
Reference in a new issue
View git blame
Copy permalink