W3cubDocs

/Rust

Error code E0635

The #![feature] attribute specified an unknown feature.

Erroneous code example:

#![allow(unused)]
#![feature(nonexistent_rust_feature)] // error: unknown feature
fn main() {
}

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/error_codes/E0635.html