diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-12-29 03:54:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-28 20:54:15 +0100 |
commit | 761c5a0830a18cb0db721d27aff53a07ca30b1c3 (patch) | |
tree | bf788ce806cada9653959c8a5a9e3edc808e84e5 /changelogs | |
parent | 646932b3f316d6b8e3ceb6b94b9d01232d5cdb33 (diff) | |
download | Nim-761c5a0830a18cb0db721d27aff53a07ca30b1c3.tar.gz |
less verbose type mismatch messages (#21191)
* less verbose type mismatch messages * Update compiler/types.nim * fixes i386 * fixes i386
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changelog_2_0_0.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md index 614d97d85..29d906d62 100644 --- a/changelogs/changelog_2_0_0.md +++ b/changelogs/changelog_2_0_0.md @@ -135,6 +135,8 @@ - The experimental strictFuncs feature now disallows a store to the heap via a `ref` or `ptr` indirection. +- - Added the `--legacy:verboseTypeMismatch` switch to get legacy type mismatch error messages. + ## Standard library additions and changes [//]: # "Changes:" |