about summary refs log tree commit diff stats
path: root/sandbox/011-errors.mu
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/011-errors.mu')
-rw-r--r--sandbox/011-errors.mu6
1 files changed, 4 insertions, 2 deletions
diff --git a/sandbox/011-errors.mu b/sandbox/011-errors.mu
index cffbb437..7e620e55 100644
--- a/sandbox/011-errors.mu
+++ b/sandbox/011-errors.mu
@@ -462,7 +462,8 @@ recipe foo [
     .──────────────────────────────────────────────────.
     .0   edit           copy           delete          .
     .foo                                               .
-    .foo: use before set: 'y'                          .
+    .foo: tried to read ingredient 'y' in 'x:num <- co↩.
+    .py y:num' but it hasn't been written to yet       .
   ]
   # rerun the file, check for the same error
   assume-console [
@@ -477,7 +478,8 @@ recipe foo [
     .──────────────────────────────────────────────────.
     .0   edit           copy           delete          .
     .foo                                               .
-    .foo: use before set: 'y'                          .
+    .foo: tried to read ingredient 'y' in 'x:num <- co↩.
+    .py y:num' but it hasn't been written to yet       .
   ]
 ]