2016-09-08 14:02:49 -05:00
|
|
|
error[E0537]: invalid predicate `unknown`
|
|
|
|
--> $DIR/E0537.rs:11:7
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #[cfg(unknown())] //~ ERROR E0537
|
2017-08-17 07:59:19 -05:00
|
|
|
| ^^^^^^^^^
|
2016-09-08 14:02:49 -05:00
|
|
|
|
2017-07-02 05:49:30 -05:00
|
|
|
error: aborting due to previous error
|
2016-09-08 14:02:49 -05:00
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0537"
|