rust/compiler/rustc_lint
Dylan DPC 7b32e9304b
Rollup merge of #96812 - cjgillot:no-lint-outllives-macro, r=petrochenkov
Do not lint on explicit outlives requirements from external macros.

The current implementation of the list rightfully skipped where predicates from external macros.
However, if the where predicate came from the current macro but the bounds were from an external macro, the lint still fired.

Closes https://github.com/rust-lang/rust/issues/96640
2022-05-10 08:24:03 +02:00
..
src Rollup merge of #96812 - cjgillot:no-lint-outllives-macro, r=petrochenkov 2022-05-10 08:24:03 +02:00
Cargo.toml Remove --extern-location and all associated code 2022-04-15 11:19:06 -07:00