diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-04 21:27:32 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-04 21:27:32 +0100 |
| commit | 1d20947c8eea797f166d7243c6b2785ab8ec4644 (patch) | |
| tree | c2be4d4edc6a2115deaf2ac0f962c1fa913b3997 | |
| parent | 0abb3adbdc44b4bf740269f7dc5e4380ffe18e84 (diff) | |
Unicode!
| -rw-r--r-- | oryxc/src/compiler.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<T>(fdata: &FileData, errors: T) where T: IntoIterator<Item = OryxError>, |