Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. error: internal compiler error: src\librustc\infer\lexical_region_resolve\mod.rs:767: collect_error_for_expanding_node() could not find error for var '_#161r in universe U133, lower_bounds=[
  2. RegionAndOrigin(RePlaceholder(Placeholder { universe: U132, name: BrNamed(crate0:DefIndex(1423), 'a) }),Subtype(TypeTrace(ObligationCause { span: src\system.rs:456:14: 456:19, body_id: HirId { owner: DefIndex(2975), local_id: 381 }, code: ImplDerivedObligation(DerivedObligationCause { parent_trait_ref: Binder(<[closure@src\system.rs:456:20: 468:14 components:_] as SystemCallable<(), <(Query<Read<Pos>, EntityFilterTuple<ComponentFilter<Pos>, Passthrough, Passthrough>>, Query<Read<Vel>, EntityFilterTuple<ComponentFilter<Vel>, Passthrough, Passthrough>>) as QuerySet<'a>>::PreparedQueries>>), parent_code: MiscObligation }) }))),
  3. RegionAndOrigin(RePlaceholder(Placeholder { universe: U132, name: BrNamed(crate0:DefIndex(1423), 'a) }),Subtype(TypeTrace(ObligationCause { span: src\system.rs:456:14: 456:19, body_id: HirId { owner: DefIndex(2975), local_id: 381 }, code: ImplDerivedObligation(DerivedObligationCause { parent_trait_ref: Binder(<[closure@src\system.rs:456:20: 468:14 components:_] as SystemCallable<(), <(Query<Read<Pos>, EntityFilterTuple<ComponentFilter<Pos>, Passthrough, Passthrough>>, Query<Read<Vel>, EntityFilterTuple<ComponentFilter<Vel>, Passthrough, Passthrough>>) as QuerySet<'a>>::PreparedQueries>>), parent_code: MiscObligation }) }))),
  4. ], upper_bounds=[
  5. RegionAndOrigin(RePlaceholder(Placeholder { universe: U132, name: BrNamed(crate0:DefIndex(1423), 'a) }),Subtype(TypeTrace(ObligationCause { span: src\system.rs:456:14: 456:19, body_id: HirId { owner: DefIndex(2975), local_id: 381 }, code: ImplDerivedObligation(DerivedObligationCause { parent_trait_ref: Binder(<[closure@src\system.rs:456:20: 468:14 components:_] as SystemCallable<(), <(Query<Read<Pos>, EntityFilterTuple<ComponentFilter<Pos>, Passthrough, Passthrough>>, Query<Read<Vel>, EntityFilterTuple<ComponentFilter<Vel>, Passthrough, Passthrough>>) as QuerySet<'a>>::PreparedQueries>>), parent_code: MiscObligation }) }))),
  6. RegionAndOrigin(RePlaceholder(Placeholder { universe: U132, name: BrNamed(crate0:DefIndex(1423), 'a) }),Subtype(TypeTrace(ObligationCause { span: src\system.rs:456:14: 456:19, body_id: HirId { owner: DefIndex(2975), local_id: 381 }, code: ImplDerivedObligation(DerivedObligationCause { parent_trait_ref: Binder(<[closure@src\system.rs:456:20: 468:14 components:_] as SystemCallable<(), <(Query<Read<Pos>, EntityFilterTuple<ComponentFilter<Pos>, Passthrough, Passthrough>>, Query<Read<Vel>, EntityFilterTuple<ComponentFilter<Vel>, Passthrough, Passthrough>>) as QuerySet<'a>>::PreparedQueries>>), parent_code: MiscObligation }) }))),
  7. ]
  8. --> src\system.rs:456:14
  9. |
  10. 456 | .build(move |resource, queries| {
  11. |
  12. thread 'rustc' panicked at 'Box<Any>', src\librustc_errors\lib.rs:585:9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement