rustc/tests/ui/rmeta/emit-metadata-obj.rs
2024-06-21 09:39:33 +02:00

8 lines
178 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() {}