summary refs log tree commit diff
path: root/src/test/compile-fail/extfmt-no-args.rs
blob: 7c13ef99dc5c9614dad382c9f8f25251a71e8ba3 (plain)
1
2
3
// error-pattern:format string

fn main() { #fmt[]; }