-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Request textDocument/documentHighlight failed. #16141
Comments
Veykril
added
A-ty
type system / type inference / traits / method resolution
I-panic
labels
Dec 18, 2023
A smaller reproducible example: trait Bar {
fn bar<#[cfg(never)] T>() {}
} |
bors
added a commit
that referenced
this issue
Apr 27, 2024
fix: Fix attributes on generic parameters colliding in item tree Fixes #16141
bors
added a commit
that referenced
this issue
Apr 27, 2024
fix: Fix attributes on generic parameters colliding in item tree Fixes #16141
bors
added a commit
that referenced
this issue
Apr 27, 2024
fix: Fix attributes on generic parameters colliding in item tree Fixes #16141
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
May 19, 2024
fix: Fix attributes on generic parameters colliding in item tree Fixes rust-lang/rust-analyzer#16141
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rust-analyzer version: 0.4.1773-standalone
rustc version: rustc 1.76.0-nightly (0e2dac837 2023-12-04)
relevant settings: none
Minimal reproducible examples:
a-feature
is a declared feature inCargo.toml
, which is not enabled by defaultrust analyzer server output:
The text was updated successfully, but these errors were encountered: