Files
rust/tests/ui/compiletest-self-test/ui-test-missing-annotations-detection.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
149 B
Rust
Raw Normal View History

//@ should-fail
// this test ensures that when we forget to use
// any `//~ ERROR` comments whatsoever, that the test doesn't succeed
2018-11-27 11:29:29 +01:00
fn main() {}