rust/tests/ui/impl-trait/erased-regions-in-hidden-ty.current.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
506 B
Plaintext
Raw Permalink Normal View History

error: {foo<'{erased}>::{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:12:36
|
LL | fn foo<'a: 'a>(x: &'a Vec<i32>) -> impl Fn() + 'static {
| ^^^^^^^^^^^^^^^^^^^
2024-03-12 10:53:35 -05:00
error: Opaque(DefId(..), ['{erased}])
--> $DIR/erased-regions-in-hidden-ty.rs:18:13
|
LL | fn bar() -> impl Fn() + 'static {
| ^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors