explicit_outlives_requirements lint triggers in macro-generated code #96640
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This was originally a clippy issue until I noticed it's actually a builtin lint, so here's clippy's issue form filled out 😄
Summary
The
explicit_outlives_requirements
lint seems to fire in macro-generated code, where it would be extra work to elide these. Saw this happen in CI for Ruma: https://github.com/ruma/ruma/runs/6258852689?check_suite_focus=trueLint Name
explicit_outlives_requirements
Reproducer
cargo clippy --features client
incrates/ruma-client-api
Version
The text was updated successfully, but these errors were encountered: