]> git.lizzy.rs Git - rust.git/blob - src/test/ui/save-analysis/emit-notifications.rs
Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726
[rust.git] / src / test / ui / save-analysis / emit-notifications.rs
1 // build-pass (FIXME(62277): could be check-pass?)
2 // compile-flags: -Zsave-analysis --json artifacts
3 // compile-flags: --crate-type rlib --error-format=json
4 // ignore-pass
5 // ^-- needed because otherwise, the .stderr file changes with --pass check
6
7 pub fn foo() {}