rust/tests/ui/imports/issue-45829/rename-with-path.rs

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

5 lines
105 B
Rust
Raw Normal View History

use std::{collections::HashMap as A, sync::Arc as A};
2018-11-27 10:56:36 +01:00
//~^ ERROR is defined multiple times
fn main() {}