Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
macro_rules! x {
($($c:tt)*) => {
$($c)ö*
};
}
fn main() {
x!(!); //~ ERROR macro expansion ends with an incomplete expression: expected expression