toidiu | ea2012b | 2018-06-10 06:04:33 | [diff] [blame] | 1 | // revisions: rpass1 |
2 | |||||
3 | // Regression test that `infer_outlives_predicates` can be | ||||
4 | // used with incremental without an ICE. | ||||
5 | |||||
toidiu | ea2012b | 2018-06-10 06:04:33 | [diff] [blame] | 6 | struct Foo<'a, T> { |
7 | x: &'a T | ||||
8 | } | ||||
9 | |||||
10 | fn main() { } |