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.

9 lines
118 B
Rust
Raw Normal View History

2016-11-09 23:29:27 -06:00
// no-prefer-dynamic
// compile-flags: --emit=metadata
2016-11-09 23:29:27 -06:00
#![crate_type="rlib"]
2016-11-09 23:29:27 -06:00
pub struct Foo {
pub field: i32,
}