From 1d20947c8eea797f166d7243c6b2785ab8ec4644 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Mar 2026 21:27:32 +0100 Subject: Unicode! --- oryxc/src/compiler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oryxc/src') diff --git a/oryxc/src/compiler.rs b/oryxc/src/compiler.rs index 3f5ca40..06f7d92 100644 --- a/oryxc/src/compiler.rs +++ b/oryxc/src/compiler.rs @@ -271,7 +271,7 @@ fn find_task( None } -/// Print all errors to stderr using the file's name and source buffer. +/// Print all errors to stderr using the file’s name and source buffer. fn emit_errors(fdata: &FileData, errors: T) where T: IntoIterator, -- cgit v1.2.3