Skip to content
New issue

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

Doc not properly rendered #16890

Closed
dev-ardi opened this issue Mar 19, 2024 · 2 comments
Closed

Doc not properly rendered #16890

dev-ardi opened this issue Mar 19, 2024 · 2 comments
Labels
C-bug Category: bug

Comments

@dev-ardi
Copy link

image
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:

    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"
      }
    }
  }
})
@dev-ardi dev-ardi added the C-bug Category: bug label Mar 19, 2024
@Veykril
Copy link
Member

Veykril commented Mar 19, 2024

Caused by #8092

@Veykril Veykril closed this as completed Mar 19, 2024
@davidbarsky davidbarsky closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2024
@dev-ardi
Copy link
Author

This pops up a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug
Projects
None yet
Development

No branches or pull requests

3 participants