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
dea8ae4e6f
rust
/
src
/
test
/
run-fail
/
unwind-unique.rs
10 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
Create a bunch of test cases for unique boxes by copying box tests XFAIL the ones that don't work Issue #409
2011-09-23 16:58:06 -05:00
// error-pattern:fail
fn
failfn
(
)
{
fail
;
}
fn
main
(
)
{
Actually use unique boxes in run-fail/unwind-unique
2011-09-23 17:23:44 -05:00
~
0
;
Create a bunch of test cases for unique boxes by copying box tests XFAIL the ones that don't work Issue #409
2011-09-23 16:58:06 -05:00
failfn
(
)
;
}
Reference in New Issue
Copy Permalink