Sign in
android
/
platform
/
external
/
rust
/
crates
/
proc-macro-hack
/
refs/heads/main-16k
/
.
/
tests
/
ui
/
unexpected-arg.rs
blob: 376fc0d9866bfc19514e5d5cf7974bf3bd1a6420 [
file
] [
log
] [
blame
] [
edit
]
use
proc_macro_hack
::
proc_macro_hack
;
#[
proc_macro_hack
(
fake_call_site
)]
pub
fn
my_macro
(
input
:
TokenStream
)
->
TokenStream
{
unimplemented
!()
}
fn
main
()
{}