Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
fmt
/
format-args-capture-from-pm-first-arg-macro.rs
blob: 26d483e43ae50ba59d96d99bcec04353b2dd285a [
file
] [
log
] [
blame
]
//@ proc-macro: 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`
}