Skip to content

Issues: rust-lang/rust

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
Assigned to nobody Loading
Sort

Issues list

Stack overflow while running rust program A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-enhancement Category: An issue proposing an enhancement or a PR with one. L-false-negative Lint: False negative (should have fired but didn't). L-unconditional_recursion Lint: unconditional_recursion T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139187 opened Mar 31, 2025 by Harshit933
unconditional_recursion lint false positive on abort-on-drop type. A-diagnostics Area: Messages for errors, warnings, and lints L-unconditional_recursion Lint: unconditional_recursion T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#138897 opened Mar 24, 2025 by chorman0773
Unwarned Trait recursion causes stack overflow A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-enhancement Category: An issue proposing an enhancement or a PR with one. L-false-negative Lint: False negative (should have fired but didn't). L-unconditional_recursion Lint: unconditional_recursion T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132588 opened Nov 4, 2024 by aevyrie
Emit errors or warning to user about recursion of display A-diagnostics Area: Messages for errors, warnings, and lints A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-trait-system Area: Trait system L-unconditional_recursion Lint: unconditional_recursion T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125292 opened May 19, 2024 by gftea
"function cannot return without recursing" should deny by default A-diagnostics Area: Messages for errors, warnings, and lints A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. L-unconditional_recursion Lint: unconditional_recursion T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team
#108234 opened Feb 19, 2023 by Y0h4n3s
Recursive PartialEq implementation not detected A-diagnostics Area: Messages for errors, warnings, and lints L-unconditional_recursion Lint: unconditional_recursion T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#99220 opened Jul 13, 2022 by 5225225
Recursive call warning does not appear inside a match statement A-control-flow Area: Control flow A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. C-enhancement Category: An issue proposing an enhancement or a PR with one. L-unconditional_recursion Lint: unconditional_recursion T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#94778 opened Mar 9, 2022 by levkk
Make the unconditional_recursion lint work across function calls A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html C-enhancement Category: An issue proposing an enhancement or a PR with one. C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such L-unconditional_recursion Lint: unconditional_recursion T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#57965 opened Jan 29, 2019 by jonas-schievink
Rust stable, fatal runtime error: stack overflow, PartialEq A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-feature-request Category: A feature request, i.e: not implemented / a PR. L-unconditional_recursion Lint: unconditional_recursion T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#57299 opened Jan 3, 2019 by denisandroid
Stack overflow in fmt::Display impl A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-feature-request Category: A feature request, i.e: not implemented / a PR. E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot. L-unconditional_recursion Lint: unconditional_recursion T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#45838 opened Nov 7, 2017 by brayniac
ProTip! Find all open issues with in progress development work with linked:pr.