rust/tests/ui/rmeta/emit-metadata-obj.rs
2023-01-11 09:32:08 +00:00

8 lines
176 B
Rust

// compile-flags:--emit=metadata,obj
// build-pass
// A test for the emission of metadata + obj and other metadata + non-link
// combinations. See issue #81117.
fn main() {}