mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Cargo fmt
This commit is contained in:
parent
77add49ed3
commit
bb5d2a3322
1 changed files with 2 additions and 1 deletions
|
@ -293,7 +293,8 @@ pub fn rebuild_host(host_input_path: &Path) {
|
|||
|
||||
fn nixos_path() -> String {
|
||||
env::var("NIXOS_GLIBC_PATH").unwrap_or_else(|_| {
|
||||
panic!("We couldn't find glibc! We tried looking for NIXOS_GLIBC_PATH
|
||||
panic!(
|
||||
"We couldn't find glibc! We tried looking for NIXOS_GLIBC_PATH
|
||||
to find it via Nix, but that didn't work either. Please file a bug report.
|
||||
|
||||
This will only be an issue until we implement surgical linking.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue