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
Sort

Issues list

CURRENT_RUSTC_VERSION does not work with #[deprecated] A-attributes Area: Attributes (`#[…]`, `#![…]`) L-deprecated Lint: deprecated requires-internal-features This issue requires the use of internal features. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#126323 opened Jun 12, 2024 by RalfJung
Automatically derived trait implementations on #[deprecated] items emit warnings A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-deprecated Lint: deprecated T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#110374 opened Apr 15, 2023 by MrGunflame
#[deprecated] lint doesn't trigger when overriding deprecated method A-attributes Area: Attributes (`#[…]`, `#![…]`) A-diagnostics Area: Messages for errors, warnings, and lints A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-deprecated Lint: deprecated T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#98990 opened Jul 6, 2022 by m-ou-se
Intra-doc links don't work inside deprecated notes A-attributes Area: Attributes (`#[…]`, `#![…]`) A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. L-deprecated Lint: deprecated T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#98342 opened Jun 21, 2022 by jplatte
Links in deprecated notes have poor contrast A-rustdoc-ui Area: Rustdoc UI (generated HTML) C-bug Category: This is a bug. L-deprecated Lint: deprecated T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#98341 opened Jun 21, 2022 by jplatte
Limiting deprecated lint output A-diagnostics Area: Messages for errors, warnings, and lints A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. D-verbose Diagnostics: Too much output caused by a single piece of incorrect code. L-deprecated Lint: deprecated T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#97877 opened Jun 8, 2022 by djc
Tracking Issue for #![feature(deprecated_suggestion)] C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC L-deprecated Lint: deprecated T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#94785 opened Mar 9, 2022 by jhpratt
1 of 3 tasks
Derives on deprecated enum variants generate deprecation warnings A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) C-bug Category: This is a bug. L-deprecated Lint: deprecated T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#92313 opened Dec 27, 2021 by Gerhut
#[deprecated] on re-exported items does not work A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-deprecated Lint: deprecated T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#84584 opened Apr 26, 2021 by danielhenrymantilla
Deprecation warning not easily avoidable when using elim form of enum with deprecated field A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-deprecated Lint: deprecated T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#80107 opened Dec 17, 2020 by mcoblenz
allow(deprecated) is too coarse-grained, should take a path A-attributes Area: Attributes (`#[…]`, `#![…]`) A-frontend Area: Compiler frontend (errors, parsing and HIR) 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-deprecated Lint: deprecated needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#62398 opened Jul 5, 2019 by RalfJung
A deprecated module containing tests emits an incredibly confusing deprecation warning that is impossible to silence A-diagnostics Area: Messages for errors, warnings, and lints A-libtest Area: `#[test]` / the `test` library A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-deprecated Lint: deprecated T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#47238 opened Jan 6, 2018 by sgrif
Using items from a deprecated module does not warn A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-resolve Area: Name/path resolution done by `rustc_resolve` specifically C-bug Category: This is a bug. L-deprecated Lint: deprecated T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#47237 opened Jan 6, 2018 by sgrif
Using deprecated items within the crate that deprecated them issues warnings A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-deprecated Lint: deprecated T-lang Relevant to the language team, which will review and decide on the PR/issue.
#47219 opened Jan 5, 2018 by CasualX
#[deprecated] does nothing if placed on an impl item. A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-trait-system Area: Trait system C-bug Category: This is a bug. L-deprecated Lint: deprecated T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-types Relevant to the types team, which will review and decide on the PR/issue.
#39935 opened Feb 18, 2017 by sgrif
Allow deprecating a re-export 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. E-help-wanted Call for participation: Help is requested to fix this issue. L-deprecated Lint: deprecated T-lang Relevant to the language team, which will review and decide on the PR/issue.
#30827 opened Jan 11, 2016 by seanmonstar
ProTip! Add no:assignee to see everything that’s not assigned.