explicit_outlives_requirements lint triggers in macro-generated code #8776
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
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
Additional Labels
No response
The text was updated successfully, but these errors were encountered: