rust/tests/ui/error-codes/E0600.rs

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

4 lines
40 B
Rust
Raw Normal View History

fn main() {
!"a"; //~ ERROR E0600
}