blob: 2f8bf20ce46707a3d67f358377129b2d33ae9f12 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0635]: unknown feature `unknown_rust_feature`
--> $DIR/unknown-feature.rs:1: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`.
|