-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom error msg for missing crates (#146)
- Loading branch information
Showing
4 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[package] | ||
name = "example-missing-crate" | ||
version = "0.1.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
lets-hope-nobody-publishes-a-crate-with-a-silly-name-like-this = "*" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"version": 2, | ||
"status": "error", | ||
"message": "It looks like you're using a crate which isn't supported by our test runner.\nPlease see the file at the below URL to check which ones are supported.\nPlease get in touch if you think your crate should be included\nor something else about the user experience could be improved.\n\nList of available crates:\nhttps://github.com/exercism/rust-test-runner/blob/main/local-registry/Cargo.toml\n\nExercism forum (Rust topic):\nhttps://forum.exercism.org/c/programming/rust\n" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|