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

Commit 7407b60

Browse files
committed
ices/74280.rs: fixed with errors
=== stdout === === stderr === warning: the feature `type_alias_impl_trait` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/74280.rs:2:12 | 2 | #![feature(type_alias_impl_trait)] | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #63063 <rust-lang/rust#63063> for more information error: concrete type differs from previous defining opaque type use --> /home/runner/work/glacier/glacier/ices/74280.rs:7:13 | 7 | let y = || -> Test { () }; | ^^^^^^^^^^^^^^^^^ expected `i32`, got `()` | note: previous use here --> /home/runner/work/glacier/glacier/ices/74280.rs:6:1 | 6 | fn test() -> Test { | ^^^^^^^^^^^^^^^^^ error: aborting due to previous error; 1 warning emitted ==============
1 parent e9efc7d commit 7407b60

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)