Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 7b70fd8

Browse files
ices/57201.rs: fixed with errors (#289)
=== stdout === === stderr === warning: the feature `impl_trait_in_bindings` is incomplete and may cause the compiler to crash --> /home/runner/work/glacier/glacier/ices/57201.rs:1:12 | 1 | #![feature(impl_trait_in_bindings)] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default error: lifetimes in impl Trait types in bindings are not currently supported --> /home/runner/work/glacier/glacier/ices/57201.rs:7:13 | 7 | let f: &impl Fn(&'a T) -> &'b T = &|x| x; | ^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error ============== Co-authored-by: rustbot <[email protected]>
1 parent 1d64f2d commit 7b70fd8

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed

ices/57201.rs fixed/57201.rs

File renamed without changes.

0 commit comments

Comments
 (0)