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: f88d74dd16688779cc2a01116fb6d357d7eb4036 (
plain
)
1
2
3
// error-pattern:#fmt needs at least 1 arguments fn main() { #fmt[]; }