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
/
explicit-fail.rs
blob: 3ab821d5de1a28f40576d7051ab0cfab79d1946e (
plain
) (
blame
)
1
2
3
4
5
6
// xfail-stage0
// error-pattern:explicit
fn
main
()
{
fail
;
}