Skip to content

Issues: rust-lang/rust-analyzer

Announcements: Client Changes
#4604 opened May 25, 2020 by matklad
Open 65
2024 Edition
#16146 opened Dec 18, 2023 by Veykril
Open
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Missing errors for } braces before else in let...else statement A-diagnostics diagnostics / error reporting A-parser parser issues C-bug Category: bug
#18345 opened Oct 19, 2024 by Veykril
False-Positive non-exhaustive pattern when Infallible is a trait bound and wrapped in certain types A-diagnostics diagnostics / error reporting A-pattern pattern handling related things A-ty type system / type inference / traits / method resolution C-bug Category: bug
#18334 opened Oct 18, 2024 by urben1680
False-positive: cannot mutate immutable variable A-diagnostics diagnostics / error reporting A-mir C-bug Category: bug
#18322 opened Oct 17, 2024 by LorDawid
doc: mark out experimental diagnostics to avoid confusion A-diagnostics diagnostics / error reporting A-docs C-enhancement Category: enhancement
#18288 opened Oct 12, 2024 by hanayashiki
Incorrect warnings while RA is still loading A-diagnostics diagnostics / error reporting A-project-model project model and workspace related issues C-bug Category: bug
#18190 opened Sep 26, 2024 by RalfJung
Rust analyzer false positive error A-chalk chalk related issue A-diagnostics diagnostics / error reporting A-ty type system / type inference / traits / method resolution C-bug Category: bug
#18133 opened Sep 17, 2024 by benluelo
Odd types in mismatch A-diagnostics diagnostics / error reporting A-ty type system / type inference / traits / method resolution C-enhancement Category: enhancement
#18115 opened Sep 15, 2024 by Veykril
False positive non-primitive cast error in recent nightly A-diagnostics diagnostics / error reporting A-ty type system / type inference / traits / method resolution C-bug Category: bug
#18047 opened Sep 4, 2024 by frxstrem
feat: Implement diagnostics for E0038 A-diagnostics diagnostics / error reporting C-feature Category: feature request
#18000 opened Aug 29, 2024 by ShoyuVanilla
unfulfilled_lint_expectations emitted upon a correct #[expect(clippy::enum_glob_use)] A-cargo cargo related issues A-diagnostics diagnostics / error reporting A-flycheck issues with flycheck a.k.a. "check on save" C-bug Category: bug
#17685 opened Jul 24, 2024 by its-the-shrimp
diangostic message have a wrong lf inside code block A-diagnostics diagnostics / error reporting C-bug Category: bug
#17285 opened May 23, 2024 by glepnir
"Click for full compiler diagnostic" should include --verbose output. A-diagnostics diagnostics / error reporting C-feature Category: feature request
#17267 opened May 21, 2024 by sinistersnare
feat/bug: slow check times -> perhaps add dependency aware version of check.workspace=false A-diagnostics diagnostics / error reporting A-perf performance issues C-feature Category: feature request
#17255 opened May 18, 2024 by rbtcollins
code action to enable feature gate when using a nightly feature A-diagnostics diagnostics / error reporting C-feature Category: feature request
#17061 opened Apr 13, 2024 by dev-ardi
Auto action to remove uneccessary parenthesis on triple tuple does not work A-cargo cargo related issues A-diagnostics diagnostics / error reporting C-bug Category: bug
#17005 opened Apr 3, 2024 by dogunbound
Ignores #![allow(clippy::redundant_field_names)] A-diagnostics diagnostics / error reporting C-bug Category: bug
#16829 opened Mar 13, 2024 by ensc
thread 'Worker' panicked: called Option::unwrap() on a None value A-diagnostics diagnostics / error reporting A-pattern pattern handling related things C-bug Category: bug
#16732 opened Mar 2, 2024 by jtmoon79
Default lints should correspond to rustc A-diagnostics diagnostics / error reporting C-support Category: support questions
#16628 opened Feb 21, 2024 by dhardy
Native diagnostics should support linked/related sub diagnostics A-diagnostics diagnostics / error reporting C-feature Category: feature request E-unknown It's unclear if the issue is E-hard or E-easy without digging in
#16059 opened Dec 8, 2023 by Veykril
Feature request: unecessarily public item A-diagnostics diagnostics / error reporting C-feature Category: feature request
#15855 opened Nov 9, 2023 by Kmeakin
ProTip! Adding no:label will show everything without a label.