1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 10:31:15 +02:00

Merge branch 'master' into add-trace

This commit is contained in:
Ben Burdette 2020-07-03 07:57:36 -06:00
commit b29a4ea1dc
25 changed files with 176 additions and 95 deletions

View file

@ -370,7 +370,7 @@ string printHashType(HashType ht)
default:
// illegal hash type enum value internally, as opposed to external input
// which should be validated with nice error message.
abort();
assert(false);
}
}