mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
10 lines
301 B
Rust
10 lines
301 B
Rust
//! Regression test checks UI tests without error annotations are detected as failing.
|
|
//!
|
|
//! This tests that when we forget to use any `//~ ERROR` comments whatsoever,
|
|
//! the test doesn't succeed
|
|
//! Originally created in https://github.com/rust-lang/rust/pull/56244
|
|
|
|
//@ should-fail
|
|
|
|
fn main() {}
|