summary refs log tree commit diff
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!(); }