]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #92865 - jackh726:gats-outlives-no-static, r=nikomatsakis
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 15 Jan 2022 10:28:25 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Jan 2022 10:28:25 +0000 (11:28 +0100)
commitcd93be0094a135c55533cb0eba342e5aa1324f00
tree0b0bbf3ce48cd8099b03af10135faf4bb909de99
parentd878ad0559ed1be0d0a0e3cdc2a62a9480e42cb8
parente8e32e48c4c52a53d0885ddd8eb972829bbda8e5
Rollup merge of #92865 - jackh726:gats-outlives-no-static, r=nikomatsakis

Ignore static lifetimes for GATs outlives lint

cc https://github.com/rust-lang/rust/issues/87479#issuecomment-1010484170

Also included a bit of cleanup of `ty_known_to_outlive` and `region_known_to_outlive`

r? `@nikomatsakis`