]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/issue-15778-fail.stderr
Rollup merge of #58876 - estebank:numeric-lifetime, r=petrochenkov
[rust.git] / src / test / ui-fulldeps / issue-15778-fail.stderr
1 error: crate is not marked with #![crate_okay]
2   --> $DIR/issue-15778-fail.rs:5:1
3    |
4 LL | / #![feature(plugin)]
5 LL | | #![plugin(lint_for_crate)]
6 LL | |
7 LL | | pub fn main() { }
8    | |_________________^
9    |
10    = note: requested on the command line with `-D crate-not-okay`
11
12 error: aborting due to previous error
13