rust/tests/ui/save-analysis/issue-73020.rs

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

6 lines
78 B
Rust
Raw Normal View History

// compile-flags: -Zsave-analysis
use {self}; //~ ERROR E0431
fn main () {
}