-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: No packages has been produced, nothing to run. #315
Comments
Would you reproduce it with additional args |
|
|
|
|
This is the output of
|
I need to finish up for the night but the little debugging I've done reveals that after the following, playdate/cargo/src/build/mod.rs Lines 72 to 73 in e334325
|
After this, playdate/cargo/src/build/mod.rs Line 261 in e334325
|
After this: playdate/cargo/src/build/mod.rs Line 292 in e334325
[
(
Package {
id: PackageId {
name: "hello-world",
version: "0.1.0",
source: "/Users/py/projects/paulyoung/hello-world",
},
..: "..",
},
[
TargetInner {
..: lib_target("hello-world", ["staticlib", "dylib", "rlib"], "/Users/py/projects/paulyoung/hello-world/src/lib.rs", Edition2021),
},
],
),
] |
Here: playdate/cargo/src/build/mod.rs Line 298 in e334325
|
If I use the nightly build I was using before ( |
Possibly related to rust-lang/cargo#12783 which |
Wow! Great investigation! 😲 |
Okay, I've reproduced it easily with just |
…d artefact name format - now replaces dashes with underscores for libs too.
Hey Paul, could you plz test your case with that branch |
In #278 (comment) I said:
I was mistaken. I hadn't saved the change to upgrade Rust so was still using
2023-12-28
. With2024-04-12
I get this error for both device and simulator:The text was updated successfully, but these errors were encountered: