aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.ucl/nihil.ucl.ccm
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-27 12:08:58 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-27 12:08:58 +0100
commit001c9917ace09f7b1c80d96eb067e1d37e86c546 (patch)
tree89e360961b9659a8c6b897c5412b7d6834b8eed9 /nihil.ucl/nihil.ucl.ccm
parent90aa957ca9b7c217af7569009d1675e0f3ff8e9b (diff)
downloadnihil-001c9917ace09f7b1c80d96eb067e1d37e86c546.tar.gz
nihil-001c9917ace09f7b1c80d96eb067e1d37e86c546.tar.bz2
improve error handling
Diffstat (limited to 'nihil.ucl/nihil.ucl.ccm')
-rw-r--r--nihil.ucl/nihil.ucl.ccm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nihil.ucl/nihil.ucl.ccm b/nihil.ucl/nihil.ucl.ccm
index 9c2ea88..b16eb3d 100644
--- a/nihil.ucl/nihil.ucl.ccm
+++ b/nihil.ucl/nihil.ucl.ccm
@@ -7,7 +7,7 @@ module;
export module nihil.ucl;
export import :emit;
-export import :error;
+export import :errc;
export import :object;
export import :object_cast;
export import :parser;