Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rmeta
/
auxiliary
/
rmeta-meta.rs
blob: f26a97e2ebe7a78ce5964f5442f6db292fca558e [
file
] [
log
] [
blame
] [
edit
]
//@ no-prefer-dynamic
//@ compile-flags: --emit=metadata
#![
crate_type
=
"rlib"
]
pub
struct
Foo
{
pub
field
:
i32
,
}
pub
fn
missing_optimized_mir
()
{
println
!(
"indeed"
);
}