mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:49:25 +00:00
Return `EvaluatedToOk` when type in outlives predicate is global A global type doesn't reference any local regions or types, so it's guaranteed to outlive any region.