]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/pretty-expanded-hygiene/input.pp.rs
pprust: Fix formatting regressions from the previous commits
[rust.git] / src / test / run-make-fulldeps / pretty-expanded-hygiene / input.pp.rs
1 // minimal junk
2 #![feature /* 0#0 */(no_core)]
3 #![no_core /* 0#0 */]
4
5 macro_rules /* 0#0 */! foo /* 0#0 */ { ($ x : ident) => { y + $ x } }
6
7 fn bar /* 0#0 */() { let x /* 0#0 */ = 1; y /* 0#1 */ + x /* 0#0 */ }
8
9 fn y /* 0#0 */() { }