summaryrefslogtreecommitdiffstats
path: root/src/test/incremental/issue-80336-invalid-span.rs
blob: 7757d915911dfce356c8b86dc730320aa77e628e (plain)
1
2
3
4
5
6
7
8
9
10
// Regression test for issue #80336
// Test that we properly handle encoding, decoding, and hashing
// of spans with an invalid location and non-root `SyntaxContext`

// revisions:rpass1 rpass2
// only-x86_64

pub fn main() {
    let _ = is_x86_feature_detected!("avx2");
}