2016-10-28 05:56:06 +00:00
|
|
|
// aux-build:empty-struct.rs
|
|
|
|
|
2014-12-31 20:43:46 -08:00
|
|
|
#[no_link]
|
2016-10-28 05:56:06 +00:00
|
|
|
extern crate empty_struct;
|
2014-05-24 22:22:24 -07:00
|
|
|
|
|
|
|
fn main() {
|
2017-01-12 01:18:08 +03:00
|
|
|
empty_struct::XEmpty1; //~ ERROR cannot find value `XEmpty1` in module `empty_struct`
|
2014-05-24 22:22:24 -07:00
|
|
|
}
|