From d32fc0563d629eac112f0b7b5b0f21d434f0a74b Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 17 May 2021 12:06:01 -0700 Subject: compilers/rust: Implement warning levels Currently this implements 3 warning levels, 1 and 2 are just the "default" set by rustc, 3, is "everything is a warning", and 0 is "nothign is a warning". --- docs/markdown/snippets/rustc-improvements.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/rustc-improvements.md b/docs/markdown/snippets/rustc-improvements.md index 2db0a11..e874b38 100644 --- a/docs/markdown/snippets/rustc-improvements.md +++ b/docs/markdown/snippets/rustc-improvements.md @@ -2,3 +2,4 @@ - 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 -- cgit v1.1