mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 17:53:56 +00:00
4910fe6889
A global predicate is not guarnatenteed to outlive all regions. If the predicate involves late-bound regions, then it may fail to outlive other regions (e.g. `for<'b> &'b bool: 'static` does not hold) We now only produce `EvaluatedToOk` when a global predicate has no late-bound regions - in that case, the ony region that can be present in the type is 'static |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |