rust/tests/ui/suggestions/issue-103112.rs

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

5 lines
76 B
Rust
Raw Normal View History

fn main() {
std::process::abort!();
//~^ ERROR: failed to resolve
}