Closed
Description
As implemented in rust-lang/rust#75857.
#[mymacro]
unsafe mod m {
...
}
#[mymacro]
unsafe extern "C++" {
...
}
As implemented in rust-lang/rust#75857.
#[mymacro]
unsafe mod m {
...
}
#[mymacro]
unsafe extern "C++" {
...
}