mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
7 lines
210 B
Rust
7 lines
210 B
Rust
// skip-filecheck
|
|
// Test spanview output (the default value for `-Z dump-mir-spanview` is "statement")
|
|
// compile-flags: -Z dump-mir-spanview
|
|
|
|
// EMIT_MIR spanview_statement.main.built.after.html
|
|
fn main() {}
|