Skip to content

Commit 55bf791

Browse files
authored
Rollup merge of #78760 - jyn514:deny-invalid-codeblocks, r=GuillaumeGomez
`deny(invalid_codeblock_attributes)` for rustc_error_codes Closes #71478. r? ``@GuillaumeGomez``
2 parents 8f70cad + 9d9292c commit 55bf791

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_error_codes/src

1 file changed

+1
-0
lines changed

compiler/rustc_error_codes/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![deny(invalid_codeblock_attributes)]
12
//! This library is used to gather all error codes into one place,
23
//! the goal being to make their maintenance easier.
34

0 commit comments

Comments
 (0)