diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-05-17 11:44:25 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2021-09-24 18:48:48 -0700 |
commit | e2260650a046a54f97f57e76ad6f0c106f96cea0 (patch) | |
tree | c35be9f99b7f517d0f62363fe8235d4f636b8d7b /docs/markdown/snippets | |
parent | 79ed1f985c1ba52c0f8f85bd1d201e1ccdb0bdfe (diff) | |
download | meson-e2260650a046a54f97f57e76ad6f0c106f96cea0.zip meson-e2260650a046a54f97f57e76ad6f0c106f96cea0.tar.gz meson-e2260650a046a54f97f57e76ad6f0c106f96cea0.tar.bz2 |
rust: Add werror arguments
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/rustc-improvements.md | 4 |
1 files changed, 4 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..2db0a11 --- /dev/null +++ b/docs/markdown/snippets/rustc-improvements.md @@ -0,0 +1,4 @@ +## 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 |