This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3541775047
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 14:22:43 -05:00
// EMIT_MIR storage_ranges.main.nll.0.mir
--bless all mir-opt tests.
2020-04-02 16:09:01 -05:00
[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.
2016-08-13 22:34:14 -05:00
fn
main
(
)
{
let
a
=
0
;
{
let
b
=
&
Some
(
a
)
;
}
let
c
=
1
;
}
Reference in New Issue
Copy Permalink