rust/tests/ui/rmeta/emit-metadata-obj.rs

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

8 lines
178 B
Rust
Raw Normal View History

//@ 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() {}