mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 00:28:01 +00:00
12 lines
301 B
Rust
12 lines
301 B
Rust
// 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
|
|
//@ ignore-backends: gcc
|
|
|
|
pub fn main() {
|
|
let _ = is_x86_feature_detected!("avx2");
|
|
}
|