Sign in
android
/
platform
/
external
/
rust
/
crates
/
darling_core
/
refs/tags/aml_rkp_350910000
/
.
/
src
/
macros_private.rs
blob: 61edf360a13050ea6a570e471b735570e3902a37 [
file
] [
log
] [
blame
]
macro_rules
!
path
{
(
$
(
$path
:
tt
)+)
=>
{
::
syn
::
parse_quote
!(
$
(
$path
)+)
//stringify!($($path)+).parse().unwrap()
};
}