Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
macros
/
macro-def-site-super.rs
blob: 716a8ced5bb7427f69ba0a343086a0a14a10256e [
file
] [
log
] [
blame
]
// `super` in a `macro` refers to the parent module of the macro itself and not its reexport.
// check-pass
// aux-build:macro-def-site-super.rs
extern
crate macro_def_site_super
;
type
A
=
macro_def_site_super
::
public
::
mac
!();
fn
main
()
{}