Rust Compiler ErrorsError
E0502errorCodes.rust-e0502.name
errorCodes.rust-e0502.description
rustcargo
View details E0515errorCodes.rust-e0515.description
errorCodes.rust-e0515.cause
errorCodes.rust-e0515.fix
fn foo() -> &str {
let s = String::from("hi");
&s
}E0502errorCodes.rust-e0502.description
unused_variableserrorCodes.rust-clippy-unused-variables.description
E0658errorCodes.rust-e0658.description
E0106errorCodes.rust-e0106.description
E0614errorCodes.rust-e0614.description
clippy::let_and_returnerrorCodes.rust-clippy-let-and-return.description