Commit 1f4e9cb
committed
document that the
this section in the reference is not quite right; or at least is an
incomplete summary. here is a more detailed explanation of what's
currently implemented:
|Tool|Lints|Attributes|
|-|-|-|
|`clippy`|✅|✅|
|`rustfmt`|❌|✅|
|`miri`|❌|✅|
|`rust_analyzer`|❌|✅|
|`rustdoc`|✅|❌|
|`rustc`|✅ (with `-Z unstable-options`)|❌|
|`diagnostic`|❌|✅|
i'm not sure how to write that up, and it doesn't belong in the
attributes section anyway, so i've just added this short snippet.rustc tool namespace is reserved1 parent cc1d51c commit 1f4e9cb
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
| |||
0 commit comments