]> git.lizzy.rs Git - rust.git/blob - tests/debuginfo/macro-stepping.inc
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / debuginfo / macro-stepping.inc
1 fn included() {
2     foo!(); // #inc-loc1
3
4     foo2!(); // #inc-loc2
5
6     zzz(); // #inc-loc3
7 }