I'd like to report my experience trying out this release.<p>I did a cargo install. I then used the dx command line app to create a new project. After initialization I ran dx serve in the directory as instructed, but it gave me a compiler error with seemingly no feedback on what specifically went wrong. And again, this is for a hello world app that they generated for me. I'm unsure how to obtain more information on why it failed.<p>I feel like I'd have more insight and ability to debug this if I were trying to compile using a standard rust workflow rather than their CLI tool.<p>You can press v to enable verbose logging, but this doesn't add information which provides clarity to me. Here's the compiler output with verbose logging, though heavily edited to be readable in this HN comment box<p>14:17:49 [dev] Building server...<p>14:17:49 [dev] Building app...<p>14:17:49 [dev] Executing cargo...<p>14:17:49 [dev] cargo args: ["--profile", "server-dev", "--
verbose", "--features", "dioxus/server", "--bin", "hack"]<p>14:17:49 [dev] cargo args: ["--verbose", "--features", "desktop", "--bin", "hack"]<p>14:17:49 [dev] cargo args: ["--profile", "server-dev", "--verbose", "--features", "dioxus/server", "--bin", "hack"]<p>14:17:50 [dev] Setting builder to failed state<p>14:17:50 [dev] Build failed: Other(Cargo build failed, signaled by the compiler)<p>Status: Failed