Stream: beginners

Topic: ✔ Regression on main?


view this post on Zulip Luke Boswell (Oct 12 2022 at 06:23):

I think there may have been a recent change which has broken main. I can't compile some of my previous AoC apps using cli-platform or even the most simple app I can make, and cargo test also fails to complete. The common error message I get it thread '<unnamed>' panicked at 'not yet implemented: top-level destrucuture patterns are not implemented', crates/compiler/load_internal/src/file.rs:5185:26. I'll log an issue, but just wondering if anyone else is seeing this problem? I'm not sure how to help track down the issue, but I'll try and find it.

view this post on Zulip Notification Bot (Oct 12 2022 at 06:41):

Luke Boswell has marked this topic as resolved.

view this post on Zulip Luke Boswell (Oct 12 2022 at 06:42):

Pretty sure this is a False alarm, I think I found another compiler bug.


Last updated: Jul 06 2025 at 12:14 UTC