]> git.lizzy.rs Git - rust.git/blob - src/test/ui/emit-artifact-notifications.rs
Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung
[rust.git] / src / test / ui / emit-artifact-notifications.rs
1 // compile-flags:--emit=metadata --error-format=json -Z emit-artifact-notifications
2 // build-pass (FIXME(62277): could be check-pass?)
3 // ignore-pass
4 // ^-- needed because `--pass check` does not emit the output needed.
5
6 // A very basic test for the emission of artifact notifications in JSON output.
7
8 fn main() {}