]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/spanview-statement.rs
Rollup merge of #99084 - RalfJung:write_bytes, r=thomcc
[rust.git] / src / test / mir-opt / spanview-statement.rs
1 // Test spanview output (the default value for `-Z dump-mir-spanview` is "statement")
2 // compile-flags: -Z dump-mir-spanview
3
4 // EMIT_MIR spanview_statement.main.mir_map.0.html
5 fn main() {}