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
rust
/
src
/
test
/
run-fail
/
fail.rs
7 lines
74 B
Rust
Raw
Normal View
History
Unescape
Escape
Switch xfail system to use comments embedded in source files.
2011-03-25 12:19:20 -07:00
// xfail-stage0
Populate tree.
2010-06-23 21:03:09 -07:00
// error-pattern:1 == 2
fn
main
(
)
{
Revert "Use different syntax for checks that matter to typestate" This reverts commit aa25f22f197682de3b18fc4c8ba068d1feda220f. It broke stage2, not sure why yet.
2011-05-02 16:24:09 -07:00
check
(
1
=
=
2
)
;
Populate tree.
2010-06-23 21:03:09 -07:00
}
Reference in New Issue
Copy Permalink