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

9 lines
102 B
Rust
Raw Normal View History

2016-05-25 13:58:07 +02:00
#![feature(intrinsics)]
extern "rust-intrinsic" {
fn foo();
//~^ ERROR E0093
2016-05-25 13:58:07 +02:00
}
fn main() {
}