blob: 24531e4ece4575ddaecebd7ea97261f1bcac445e [file] [log] [blame] [edit]
//@ aux-build:format-string-proc-macro.rs
extern crate format_string_proc_macro;
fn main() {
format_string_proc_macro::bad_format_args_captures!();
//~^ ERROR there is no argument named `x`
}