summaryrefslogtreecommitdiffstats
path: root/tests/incremental/issue-85197-invalid-span/auxiliary/invalid-span-helper-lib.rs
blob: 2453af5b6b47b8a989c3b2255a065c9a5df876f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
// revisions: rpass1 rpass2

extern crate respan;

#[macro_use]
#[path = "invalid-span-helper-mod.rs"]
mod invalid_span_helper_mod;

// Invoke a macro from a different file - this
// allows us to get tokens with spans from different files
helper!(1);