mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 04:02:41 +00:00
8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
Compiler Messages
|
|
=================
|
|
|
|
The Nim compiler emits different kinds of messages: `hint`:idx:,
|
|
`warning`:idx:, and `error`:idx: messages. An *error* message is emitted if
|
|
the compiler encounters any static error.
|
|
|