]> git.lizzy.rs Git - rust.git/blob - tests/ui/save-analysis/emit-notifications.rs
Move /src/test to /tests
[rust.git] / tests / 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() {}