blob: 4254d3893b83f102bb2550ad8a8b6954da96f513 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0537]: invalid predicate `unknown`
--> $DIR/E0537.rs:1:7
|
LL | #[cfg(unknown())]
| ^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0537`.
|