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 10:56:36 +01:00
//~^ ERROR is defined multiple times
fn main() {
1 + 1;
}