rust/tests/ui/uniform-paths/issue-53691.rs

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

10 lines
126 B
Rust
Raw Normal View History

// run-pass
// aux-build:issue-53691.rs
extern crate issue_53691;
fn main() {
issue_53691::f();
issue_53691::g();
}