diff options
Diffstat (limited to 'docs/markdown/snippets/rustc-improvements.md')
-rw-r--r-- | docs/markdown/snippets/rustc-improvements.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/rustc-improvements.md b/docs/markdown/snippets/rustc-improvements.md new file mode 100644 index 0000000..869888c --- /dev/null +++ b/docs/markdown/snippets/rustc-improvements.md @@ -0,0 +1,6 @@ +## Improvements for the Rustc compiler + +- Werror now works, this set's `-D warnings`, which will cause rustc to error + for every warning not explicitly disabled +- warning levels have been implemented +- support for meson's pic has been enabled |