rust/src/test/ui-fulldeps/issue-15778-fail.stderr

14 lines
366 B
Plaintext
Raw Normal View History

error: crate is not marked with #![crate_okay]
2018-12-25 08:56:47 -07:00
--> $DIR/issue-15778-fail.rs:5:1
|
LL | / #![feature(plugin)] //~ ERROR crate is not marked with #![crate_okay]
LL | | #![plugin(lint_for_crate)]
LL | |
LL | | pub fn main() { }
| |_________________^
|
= note: requested on the command line with `-D crate-not-okay`
error: aborting due to previous error