Skip to content

Commit 3b8872d

Browse files
authored
Rollup merge of #70309 - GuillaumeGomez:cleanup-e0452, r=Dylan-DPC
Clean up E0452 explanation r? @Dylan-DPC
2 parents 54db0cf + 19e6935 commit 3b8872d

File tree

1 file changed

+3
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+3
-1
lines changed

src/librustc_error_codes/error_codes/E0452.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
An invalid lint attribute has been given. Erroneous code example:
1+
An invalid lint attribute has been given.
2+
3+
Erroneous code example:
24

35
```compile_fail,E0452
46
#![allow(foo = "")] // error: malformed lint attribute

0 commit comments

Comments
 (0)