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: cb0e37e5ce875d2da5f1c2bc2a971de6cf0b2f60 (
plain
) (
blame
)
1
2
3
4
5
// error-pattern:explicit
fn
main
()
{
fail
;
}