diff --git a/includes/std/sys.pat b/includes/std/sys.pat index 80bd805..9a8fc5d 100644 --- a/includes/std/sys.pat +++ b/includes/std/sys.pat @@ -49,4 +49,11 @@ namespace auto std { return builtin::std::sizeof_pack(pack); }; + /** + Throws an error notifying the developer that the current codepath is not implemented currently. + */ + fn unimplemented() { + std::error("Unimplemented code path reached!"); + }; + } \ No newline at end of file