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
With closure return types inlay hints enabled, the return type is reported even when it is specified explicitly:
rust-analyzer version: rust-analyzer version: 7e95c14 2022-05-17 stable
rustc version: rustc 1.61.0 (fe5b13d68 2022-05-18)
relevant settings: "rust-analyzer.inlayHints.closureReturnTypeHints.enable": true
"rust-analyzer.inlayHints.closureReturnTypeHints.enable": true
The text was updated successfully, but these errors were encountered:
Auto merge of #12320 - NotWearingPants:patch-1, r=Veykril
44be090
Hide closure ret hints if ret type is specified Fixes #12319
641b78a
Successfully merging a pull request may close this issue.
With closure return types inlay hints enabled, the return type is reported even when it is specified explicitly:
rust-analyzer version: rust-analyzer version: 7e95c14 2022-05-17 stable
rustc version: rustc 1.61.0 (fe5b13d68 2022-05-18)
relevant settings:
"rust-analyzer.inlayHints.closureReturnTypeHints.enable": true
The text was updated successfully, but these errors were encountered: