summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias-impl-trait/rpit_tait_equality_in_canonical_query.current.stderr
blob: 844103d77a8ce54cf74b664561336be2ff83baef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
error: internal compiler error: no errors encountered even though `delay_span_bug` issued

error: internal compiler error: {OpaqueTypeKey { def_id: DefId(get_rpit::{opaque#0}), args: [] }: OpaqueTypeDecl { hidden_type: OpaqueHiddenType { span: no-location (#0), ty: Alias(Opaque, AliasTy { args: [], def_id: DefId(Opaque::{opaque#0}) }) } }}
   |
   = 
           

error: internal compiler error: error performing ParamEnvAnd { param_env: ParamEnv { caller_bounds: [], reveal: UserFacing }, value: ProvePredicate { predicate: Binder { value: ProjectionPredicate(AliasTy { args: [FnDef(DefId(get_rpit), []), ()], def_id: DefId(ops::function::FnOnce::Output) }, Term::Ty(Alias(Opaque, AliasTy { args: [], def_id: DefId(Opaque::{opaque#0}) }))), bound_vars: [] } } }
  --> $DIR/rpit_tait_equality_in_canonical_query.rs:28:5
   |
LL |     query(get_rpit);
   |     ^^^^^^^^^^^^^^^
   |

  --> $DIR/rpit_tait_equality_in_canonical_query.rs:28:5
   |
LL |     query(get_rpit);
   |     ^^^^^^^^^^^^^^^







query stack during panic:
end of query stack
error: aborting due to 3 previous errors