1---2name: Future Incompatibility Tracking Issue3about: A tracking issue for a future-incompatible lint4title: Tracking Issue for future-incompatibility lint XXX5labels: C-tracking-issue C-future-incompatibility T-compiler A-lints6---7<!--8Thank you for creating a future-incompatible tracking issue! 📜 These issues9are for lints that implement a future-incompatible warning.1011Remember to add team labels to the tracking issue.12For something that affects the language, this would be `T-lang`, and for libs13it would be `T-libs-api`.14Also check for any `A-` labels to add.15-->1617This is the **tracking issue** for the `YOUR_LINT_NAME_HERE` future-compatibility warning and other related errors. The goal of this page is to describe why this change was made and how you can fix code that is affected by it. It also provides a place to ask questions or register a complaint if you feel the change should not be made. For more information on the policy around future-compatibility warnings, see our [breaking change policy guidelines][guidelines].1819[guidelines]: https://rustc-dev-guide.rust-lang.org/bug-fix-procedure.html2021### What is the warning for?2223*Describe the conditions that trigger the warning.*2425### Why was this change made?2627*Explain why this change was made. If there is additional context, like an MCP, link it here.*2829### Example3031```rust32// Include an example here.33```3435### Recommendations3637*Give some recommendations on how a user can avoid the lint.*3839### When will this warning become a hard error?4041*If known, describe the future plans. For example, how long you anticipate this being a warning, or if there are other factors that will influence the anticipated closure.*4243### Steps4445- [ ] Implement the lint46- [ ] Raise lint level to deny47- [ ] Change the lint to report in dependencies48- [ ] Switch to a hard error4950### Implementation history5152<!--53Include a list of all the PRs that were involved in implementing the lint.54-->
Findings
✓ No findings reported for this file.