We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macro_rules! test { ($($t: expr)*) => { i32 } } type Test = test!{ 123 };
macro_rules! test { ($($t: expr)*) => { i32 } } type Test = test!{ 123 };;
This unfortunately breaks the code since ;; is invalid.
;;