internal: Treat {global_}asm macros as unsafe
This commit is contained in:
@@ -347,7 +347,7 @@ mod __ {
|
||||
}
|
||||
|
||||
macro_rules! void {
|
||||
($($tt:tt)) => {}
|
||||
($($tt:tt)*) => {}
|
||||
}
|
||||
void!(Self);
|
||||
struct __ where Self:;
|
||||
|
||||
Reference in New Issue
Block a user