]> git.lizzy.rs Git - rust.git/blob - src/test/ui/cfg-attr-invalid-predicate.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / cfg-attr-invalid-predicate.stderr
1 error[E0537]: invalid predicate `foo`
2   --> $DIR/cfg-attr-invalid-predicate.rs:11:7
3    |
4 LL | #[cfg(foo(bar))] //~ ERROR invalid predicate `foo`
5    |       ^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0537`.