About
Contact
QtCreator
KDevelop
Solarized
1
macro_rules
!
if_loom
{
2
($($t:tt)*) => {{
3
#[cfg(loom)]
4
{
5
$($t)*
6
}
7
}}
8
}
9