Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
macro_rules! m {
() => {
let //~ ERROR macro expansion ignores token `let` and any following
};
}
extern "C" {
m!();
fn main() {}