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