Today I saw this question about Rust (now deleted, screenshot attached for <10k). The problem in the question is that the variable is declared incorrectly (like C/C++Type name;
instead of Rust's let name: Type;
). Now, variable declaration is a topic that in mentioned in chapter 2 of the official Rust book, and I doubt there is a resource teaching Rust that does not mention it. So this is clearly a case of someone that didn't even try to learn the language. What should we do with such questions? I'm tempted to close them, but I can't find a valid reason. Downvote of course, but close? Answer? Delete (after closing)?
↧
What should we do with questions from users that didn't even try to learn the language? [duplicate]
↧