Skip to content

Doc not properly rendered #16890

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
oriongonza opened this issue Mar 19, 2024 · 2 comments
Closed

Doc not properly rendered #16890

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

Comments

@oriongonza
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"
      }
    }
  }
})
@oriongonza oriongonza 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
@oriongonza
Copy link
Author

This pops up a lot!

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

No branches or pull requests

3 participants