Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
auxiliary
/
dollar-crate-nested-encoding.rs
blob: bbe6a48c5b18600e2d50adb0636e288207b504fa [
file
] [
log
] [
blame
] [
edit
]
pub
type
S
=
u8
;
macro_rules
!
generate_exported
{
()
=>
{
#[
macro_export
]
macro_rules
!
exported
{
()
=>
(
$crate
::
S
)
}
}}
generate_exported
!();