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
One of the checks failed Rustlings Tests / dev-check (pull_request)
It told me to run command cargo run -- dev update but this failed should i open an issue or should i just update this file manually ?
windows 11
rustup 1.27.1
cargo 1.79.0
Error message:
cargo run -- dev update
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s
Running `target\debug\rustlings.exe dev update`
Error: Failed to update the file `dev/Cargo.toml`
Caused by:
Failed to find the start of the `bin` list (`bin = [`)
error: process didn't exit successfully: `target\debug\rustlings.exe dev update` (exit code: 1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created a new pull request based on the previous one (#1470).
Added a new generic exercise that focuses on function reusability using generics.