Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
fmt
/
indoc-issue-106408.rs
blob: 36e5c23a3945f97e1df2a298662a1bf776f17360 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:format-string-proc-macro.rs
//@ check-pass
extern
crate format_string_proc_macro
;
fn
main
()
{
let
a
=
0
;
format_string_proc_macro
::
capture_a_with_prepended_space_preserve_span
!(
"{a}"
);
}