blob: f44aaeec032b300dda570e316c69f03a76b60b05 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0635]: unknown feature `unknown_rust_feature`
--> $DIR/unknown-feature.rs:11:12
|
LL | #![feature(unknown_rust_feature)] //~ ERROR unknown feature
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0635`.
|