Files
rust/tests/ui/rmeta/emit-artifact-notifications.rs

9 lines
267 B
Rust
Raw Normal View History

//@ compile-flags:--emit=metadata --error-format=json --json artifacts
//@ build-pass
//@ ignore-pass
2019-06-12 22:55:38 +02:00
// ^-- needed because `--pass check` does not emit the output needed.
// A very basic test for the emission of artifact notifications in JSON output.
fn main() {}