-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
9 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": 2, | ||
"status": "error", | ||
"message": " Compiling leap v1.6.0 (example-empty-file)\nerror[E0425]: cannot find function `is_leap_year` in crate `leap`\n --> tests/leap.rs:2:22\n |\n2 | assert_eq!(leap::is_leap_year(year), expected);\n | ^^^^^^^^^^^^ not found in `leap`\n\nerror[E0425]: cannot find function `is_leap_year` in crate `leap`\n --> tests/leap.rs:94:31\n |\n94 | .filter(|&year| leap::is_leap_year(year) != (year % 4 == 0))\n | ^^^^^^^^^^^^ not found in `leap`\n\nFor more information about this error, try `rustc --explain E0425`.\nerror: could not compile `leap` due to 2 previous errors\n | ||
"message": " Compiling leap v1.6.0 (example-empty-file)\nerror[E0425]: cannot find function `is_leap_year` in crate `leap`\n --> tests/leap.rs:2:22\n |\n2 | assert_eq!(leap::is_leap_year(year), expected);\n | ^^^^^^^^^^^^ not found in `leap`\n\nerror[E0425]: cannot find function `is_leap_year` in crate `leap`\n --> tests/leap.rs:94:31\n |\n94 | .filter(|&year| leap::is_leap_year(year) != (year % 4 == 0))\n | ^^^^^^^^^^^^ not found in `leap`\n\nFor more information about this error, try `rustc --explain E0425`.\nerror: could not compile `leap` due to 2 previous errors\n" | ||
} |