mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
9 lines
264 B
Rust
9 lines
264 B
Rust
// compile-flags:--emit=metadata --error-format=json --json artifacts
|
|
// build-pass
|
|
// ignore-pass
|
|
// ^-- 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() {}
|