Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
macro_rules! x {
($($c:tt)*) => {
$($c)ö* {}
//~^ ERROR missing condition for `if` expression
};
}
fn main() {
x!(if);