summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/try-operator.stderr
blob: f6a651c5e663c2be2c0151454c0e8a9fcd0d5bcd (plain)
1
2
3
4
5
6
7
8
9
error[E0635]: unknown feature `const_convert`
  --> $DIR/try-operator.rs:6:12
   |
LL | #![feature(const_convert)]
   |            ^^^^^^^^^^^^^

error: aborting due to previous error

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