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
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 21:10:38 +00:00
// unit-test: ConstProp
add crate name to mir dumps
2020-07-27 21:22:43 +02:00
// EMIT_MIR ref_deref.main.ConstProp.diff
--bless more mir-opt tests.
2020-04-04 17:15:01 +00:00
[const-prop] Handle ProjectionElem::Deref
2019-06-03 21:52:26 -04:00
fn
main
(
)
{
*
(
&
4
)
;
}
Reference in New Issue
Copy Permalink