summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rmeta/emit-artifact-notifications.rs
blob: 984a7fabb6633ee8c750b69c46993dff237da645 (plain)
1
2
3
4
5
6
7
8
// 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() {}