We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deny(invalid_codeblock_attributes)
1 parent f2bbdd0 commit 9d9292cCopy full SHA for 9d9292c
compiler/rustc_error_codes/src/lib.rs
@@ -1,3 +1,4 @@
1
+#![deny(invalid_codeblock_attributes)]
2
//! This library is used to gather all error codes into one place,
3
//! the goal being to make their maintenance easier.
4
0 commit comments