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