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
/
fuzzer
/
Fuzzer.rs
blob: 60db8ecbe271303492abacf45bafdeeddf98688b (
plain
) (
blame
)
1
2
3
fn
main
(
vec
[
str
]
args
)
{
rustc
.
driver
.
rustc
.
main
(
args
);
}