about summary refs log tree commit diff
path: root/tests/incremental/issue-85197-invalid-span/auxiliary/invalid-span-helper-lib.rs
blob: 704193cffd0b17c6e84001265c8deca777d5ec74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//@ proc-macro: respan.rs
//@ 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);