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
98c33e47a4
rust
/
tests
/
mir-opt
/
const_prop
/
reify_fn_ptr.rs
6 lines
102 B
Rust
Raw
Normal View
History
Unescape
Escape
add crate name to mir dumps
2020-07-27 14:22:43 -05:00
// EMIT_MIR reify_fn_ptr.main.ConstProp.diff
--bless more mir-opt tests.
2020-04-04 12:15:01 -05:00
[const-prop] Fix ICE when casting function pointers This fixes an ICE when building libcore with `-Z mir-opt-level=3`.
2019-06-04 20:51:30 -05:00
fn
main
(
)
{
let
_
=
main
as
usize
as
*
const
fn
(
)
;
}
Reference in New Issue
Copy Permalink