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

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

10 lines
146 B
Rust
Raw Normal View History

2016-11-11 05:00:33 +08:00
// no-prefer-dynamic
// compile-flags: --emit=metadata
2016-11-11 05:00:33 +08:00
#![crate_type="rlib"]
2016-11-11 05:00:33 +08:00
#![crate_name="rmeta_aux"]
pub struct Foo {
pub field2: i32,
}