rust/tests/ui/rmeta/auxiliary/rmeta-meta.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
178 B
Rust
Raw Normal View History

2016-11-10 18:29:27 +13:00
// no-prefer-dynamic
// compile-flags: --emit=metadata
2016-11-10 18:29:27 +13:00
#![crate_type="rlib"]
2016-11-10 18:29:27 +13:00
pub struct Foo {
pub field: i32,
}
pub fn missing_optimized_mir() {
println!("indeed");
}