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

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

8 lines
90 B
Rust
Raw Normal View History

use core;
use std as core;
2018-11-27 09:56:36 +00:00
//~^ ERROR is defined multiple times
fn main() {
1 + 1;
}