mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
15f21562e6
- `ReFree` -> `ReLateParam` - `ReEarlyBound` -> `ReEarlyParam`
15 lines
526 B
Plaintext
15 lines
526 B
Plaintext
error: {foo<ReEarlyParam(DefId(..), 0, 'a)>::{closure#0} closure_kind_ty=i8 closure_sig_as_fn_ptr_ty=extern "rust-call" fn(()) upvar_tys=()}
|
|
--> $DIR/erased-regions-in-hidden-ty.rs:11:36
|
|
|
|
|
LL | fn foo<'a: 'a>(x: &'a Vec<i32>) -> impl Fn() + 'static {
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: Opaque(DefId(..), [ReErased])
|
|
--> $DIR/erased-regions-in-hidden-ty.rs:17:13
|
|
|
|
|
LL | fn bar() -> impl Fn() + 'static {
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|