1
Fork 0
rust/src/test/ui/save-analysis/emit-notifications.rs

8 lines
244 B
Rust
Raw Normal View History

// compile-pass
// compile-flags: -Zsave-analysis -Zemit-artifact-notifications
// compile-flags: --crate-type rlib --error-format=json
2019-06-24 18:32:52 +02:00
// ignore-pass
// ^-- needed because otherwise, the .stderr file changes with --pass check
pub fn foo() {}