-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
d018434
commit 31e8c33
Showing
2 changed files
with
16 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
Compiling rust-app v0.1.0 (/home/francesco/Develop/Javanile/mush/tests/fixtures/rust-app) | ||
error[E0583]: file not found for module `notfound` | ||
--> src/main.rs:4:1 | ||
| | ||
4 | mod notfound; | ||
| ^^^^^^^^^^^^^ | ||
| | ||
= help: to create the module `notfound`, create file "src/notfound.rs" or "src/notfound/mod.rs" | ||
|
||
For more information about this error, try `rustc --explain E0583`. | ||
error: could not compile `rust-app` due to previous error |
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