summaryrefslogtreecommitdiffstats
path: root/third_party/rust/proc-macro-error/tests/ui/explicit_span_range.rs
blob: 82bbebcc55d4fca1add61798f3f743d234c98c72 (plain)
1
2
3
4
5
6
extern crate test_crate;
use test_crate::*;

explicit_span_range!(one, two, three, four);

fn main() {}