This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-04 04:39:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
08c77a6eb4
rust
/
tests
/
mir-opt
/
storage_ranges.rs
10 lines
125 B
Rust
Raw
Normal View
History
Unescape
Escape
add crate name to mir dumps
2020-07-27 19:22:43 +00:00
// EMIT_MIR storage_ranges.main.nll.0.mir
--bless all mir-opt tests.
2020-04-02 21:09:01 +00:00
[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.
2016-08-14 03:34:14 +00:00
fn
main
(
)
{
let
a
=
0
;
{
let
b
=
&
Some
(
a
)
;
}
let
c
=
1
;
}
Reference in New Issue
Copy Permalink