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
Definition: https://doc.rust-lang.org/src/core/num/uint_macros.rs.html#1172
rust-analyzer version: installed version 2024-03-04 rustc version: (eg. output of rustc -V) cargo 1.78.0-nightly (7065f0ef4 2024-03-12) code snippet to reproduce:
rustc -V
1u8.wrapping_add(2);
require('lspconfig').rust_analyzer.setup({ on_attach = on_attach, settings = { ["rust-analyzer"] = { imports = { granularity = { group = "module", }, prefix = "self", }, cargo = { buildScripts = { enable = true, }, extraArgs = { "--target-dir=target/analyzer" }, }, procMacro = { enable = true }, server = { extraEnv = { CARGO_TARGET_DIR = "target/analyzer" }, }, check = { command = "clippy" } } } })
The text was updated successfully, but these errors were encountered:
Caused by #8092
Sorry, something went wrong.
This pops up a lot!
No branches or pull requests
Definition: https://doc.rust-lang.org/src/core/num/uint_macros.rs.html#1172
rust-analyzer version: installed version 2024-03-04
rustc version: (eg. output of
rustc -V
) cargo 1.78.0-nightly (7065f0ef4 2024-03-12)code snippet to reproduce:
The text was updated successfully, but these errors were encountered: