41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
error[E0635]: unknown feature `const_convert`
|
|
--> $DIR/try-operator.rs:6:12
|
|
|
|
|
LL | #![feature(const_convert)]
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0635`.
|