File tree Expand file tree Collapse file tree 4 files changed +214
-129
lines changed
branches/tmp/src/librustc/middle Expand file tree Collapse file tree 4 files changed +214
-129
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
34
refs/heads/beta: d8be84eb4499e21bd98a3500c8760540996df23b
35
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
36
36
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37
- refs/heads/tmp: c59fe8bde2be55c46f627277e2cc37515fb7165e
37
+ refs/heads/tmp: 703308db4a130191db4000dfbbfc92936c604b52
38
38
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
39
39
refs/tags/homu-tmp: 53a183f0274316596bf9405944d4f0468d8c93e4
40
40
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412
Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ impl<'tcx> FulfillmentContext<'tcx> {
164
164
// debug output much nicer to read and so on.
165
165
let obligation = infcx. resolve_type_vars_if_possible ( & obligation) ;
166
166
167
+ assert ! ( !obligation. has_escaping_regions( ) ) ;
168
+
167
169
if !self . duplicate_set . insert ( obligation. predicate . clone ( ) ) {
168
170
debug ! ( "register_predicate({}) -- already seen, skip" , obligation. repr( infcx. tcx) ) ;
169
171
return ;
You can’t perform that action at this time.
0 commit comments