summary refs log tree commit diff
path: root/src/test/ui/span/E0537.stderr
blob: 53e8637ea3025dcf41dfad1c7f434508f76e6625 (plain)
1
2
3
4
5
6
7
8
9
error[E0537]: invalid predicate `unknown`
  --> $DIR/E0537.rs:1:7
   |
LL | #[cfg(unknown())] //~ ERROR E0537
   |       ^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0537`.