We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This should generate at least a warning. warn(type_limits) might be appropriate.
warn(type_limits)
pub fn main() { let x: u64 = -1; println!("x = {}", x); }
The text was updated successfully, but these errors were encountered:
Duplicate of #5477
Sorry, something went wrong.
Auto merge of rust-lang#16424 - dfireBird:let-stmt-guarded-return-ass…
65a6441
…ist, r=Veykril implement convert to guarded return assist for `let` statement with type that implements `std::ops::Try` I've tried to implement the assist that rust-lang#16390 talked about If there are any improvements that I can make in implementation, please suggest them. ![Peek 2024-02-05 19-01](https://github.com/rust-lang/rust-analyzer/assets/40687700/d6af3222-4f23-4ade-a930-8a78cc75e821)
No branches or pull requests
This should generate at least a warning.
warn(type_limits)
might be appropriate.The text was updated successfully, but these errors were encountered: