gccrs
gccrs copied to clipboard
no_std macro not implemented
code:
#[no_std]
fn A() {
}
https://godbolt.org/z/861EThjbr
Looks like we reject it because it is not an inner attribute.