The #![feature] attribute specified an unknown feature.
#![feature]
Erroneous code example:
#![feature(nonexistent_rust_feature)] // error: unknown feature
Back to list of error codes