We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54db0cf + 19e6935 commit 3b8872dCopy full SHA for 3b8872d
src/librustc_error_codes/error_codes/E0452.md
@@ -1,4 +1,6 @@
1
-An invalid lint attribute has been given. Erroneous code example:
+An invalid lint attribute has been given.
2
+
3
+Erroneous code example:
4
5
```compile_fail,E0452
6
#![allow(foo = "")] // error: malformed lint attribute
0 commit comments