errors.fyi community error code reference
E0635
rust

Unknown Feature Flag

A #![feature(...)] attribute specified a feature name that does not exist in the Rust compiler. Check the Rust nightly feature list for valid feature names.

References

← all namespaces