index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-fail
/
fail.rs
blob: e8c9cf71bcbee00274442a9439263761ffa801ff (
plain
) (
blame
)
1
2
3
4
5
6
// xfail-stage0
// error-pattern:1 == 2
fn
main
()
{
check
(
1
==
2
);
}