From e2260650a046a54f97f57e76ad6f0c106f96cea0 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 17 May 2021 11:44:25 -0700 Subject: rust: Add werror arguments --- docs/markdown/snippets/rustc-improvements.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/rustc-improvements.md (limited to 'docs/markdown/snippets/rustc-improvements.md') 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 -- cgit v1.1