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
/
compile-fail
/
bad-main.rs
blob: d1a5203f5d803e0c978b7bc6679a46521d0a5689 (
plain
) (
blame
)
1
2
3
4
5
// xfail-stage0
// error-pattern: bad type signature
fn
main
(
int
x
)
{
}