You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== stdout ===
=== stderr ===
error[E0493]: destructor of `F` cannot be evaluated at compile-time
--> /home/runner/work/glacier/glacier/ices/103507.rs:23:79
|
23 | const fn with_positive<F: ~const for<'a> Fn(&'a Alias<'a>) + ~const Destruct>(fun: F) {
| ^^^ the destructor for this type cannot be evaluated in constant functions
24 | fun(filter_positive());
25 | }
| - value is dropped here
error: aborting due to previous error
For more information about this error, try `rustc --explain E0493`.
==============
0 commit comments