rust/tests/ui/error-codes/E0463.rs

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

8 lines
107 B
Rust
Raw Normal View History

2016-08-19 14:44:47 +00:00
#![feature(plugin)]
#![plugin(cookie_monster)]
//~^ ERROR E0463
2016-08-19 14:44:47 +00:00
extern crate cake_is_a_lie;
fn main() {
}