Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
attributes
/
auxiliary
/
key-value-expansion.rs
blob: 5ecc62ed3fa3a740fdc47b7f0419f321177843b6 [
file
] [
log
] [
blame
]
extern
crate proc_macro
;
use
proc_macro
::*;
#[
proc_macro_derive
(
EthabiContract
,
attributes
(
ethabi_contract_options
))]
pub
fn
ethabi_derive
(
input
:
TokenStream
)
->
TokenStream
{
Default
::
default
()
}