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
51e6df689c
rust
/
src
/
test
/
run-fail
/
unwind-iter2.rs
10 lines
110 B
Rust
Raw
Normal View
History
Unescape
Escape
Invoke put functions Issue #236
2011-09-07 20:41:57 -05:00
// error-pattern:fail
Remove remaining uses of iter and for-each Issue #1056
2011-10-21 06:14:28 -05:00
fn
x
(
it
:
block
(
int
)
)
{
Invoke put functions Issue #236
2011-09-07 20:41:57 -05:00
let
a
=
@
0
;
Remove remaining uses of iter and for-each Issue #1056
2011-10-21 06:14:28 -05:00
it
(
1
)
;
Invoke put functions Issue #236
2011-09-07 20:41:57 -05:00
}
fn
main
(
)
{
Remove remaining uses of iter and for-each Issue #1056
2011-10-21 06:14:28 -05:00
x
{
|
_x
|
fail
;
}
;
Invoke put functions Issue #236
2011-09-07 20:41:57 -05:00
}
Reference in New Issue
Copy Permalink