]> git.lizzy.rs Git - rust.git/blob - tests/ui/rmeta/emit-metadata-obj.rs
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[rust.git] / tests / ui / rmeta / emit-metadata-obj.rs
1 // compile-flags:--emit=metadata,obj
2 // build-pass
3
4 // A test for the emission of metadata + obj and other metadata + non-link
5 // combinations. See issue #81117.
6
7 fn main() {}