rust/tests/ui/span/E0537.stderr
2023-01-11 09:32:08 +00:00

10 lines
223 B
Plaintext

error[E0537]: invalid predicate `unknown`
--> $DIR/E0537.rs:1:7
|
LL | #[cfg(unknown())]
| ^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0537`.