Merge branch 'jc/line-log-takes-no-pathspec'
[git] / t / t4018 / rust-macro-rules
1 macro_rules! RIGHT {
2     () => {
3         // a comment
4         let x = ChangeMe;
5     };
6 }