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
/
const_prop
/
ref_deref.rs
7 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
Make tests unit.
2023-01-07 15:10:38 -06:00
// unit-test: ConstProp
add crate name to mir dumps
2020-07-27 14:22:43 -05:00
// EMIT_MIR ref_deref.main.ConstProp.diff
--bless more mir-opt tests.
2020-04-04 12:15:01 -05:00
[const-prop] Handle ProjectionElem::Deref
2019-06-03 20:52:26 -05:00
fn
main
(
)
{
*
(
&
4
)
;
}
Reference in New Issue
Copy Permalink