Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
incremental
/
issue-85197-invalid-span
/
auxiliary
/
invalid-span-helper-lib.rs
blob: f84c4fe9895e70f794ce5f8811a3b94df52ab1d4 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
);