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

Commit 9694ddb

Browse files
committed
ices/78722.rs: fixed with errors
=== stdout === === stderr === warning: the feature `impl_trait_in_bindings` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/78722.rs:2:12 | 2 | #![feature(impl_trait_in_bindings)] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #63065 <rust-lang/rust#63065> for more information error: `async` blocks are not allowed in constants --> /home/runner/work/glacier/glacier/ices/78722.rs:11:20 | 11 | let f: F = async { 1 }; | ^^^^^^^^^^^ error[E0493]: destructors cannot be evaluated at compile-time --> /home/runner/work/glacier/glacier/ices/78722.rs:11:13 | 11 | let f: F = async { 1 }; | ^ constants cannot evaluate destructors 12 | 1 13 | }], | - value is dropped here error: aborting due to 2 previous errors; 1 warning emitted For more information about this error, try `rustc --explain E0493`. ==============
1 parent dfcf9b0 commit 9694ddb

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)