diff --git a/compiler/build/src/link.rs b/compiler/build/src/link.rs index d3f7aba399..1103ca6e2f 100644 --- a/compiler/build/src/link.rs +++ b/compiler/build/src/link.rs @@ -56,7 +56,7 @@ fn find_zig_str_path() -> PathBuf { return zig_str_path; } - panic!("cannot find `str.zig`") + panic!("cannot find `str.zig`. Launch me from either the root of the roc repo or one level down(roc/examples, roc/cli...)") } fn find_wasi_libc_path() -> PathBuf {