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: 8e3fa503eaf9bf3b7b1c593fe0e868fe1e6281e7 (
plain
) (
blame
)
1
2
3
4
// error-pattern: bad type signature
fn
main
(
int
x
)
{
}