index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
extfmt-no-args.rs
blob: b291fbae2256fc9c5e880c4ea6d90e2353819f27 (
plain
)
1
2
3
// error-pattern:#fmt needs at least 1 arguments fn main() { fmt!(); }