aboutsummaryrefslogtreecommitdiff
path: root/docs/user/generated_diagnostic.adoc
Commit message (Collapse)AuthorAgeFilesLines
* Use natural trait ordering in derive completionAleksey Kladov2020-12-111-119/+0
| | | | | | | | derive(Clone, Copy) reads better than derive(Copy, Clone). However, we preserve the reverse ordering in the lookup text for sorting purposes. That way, it's convenient to type just `Ord` to derive everything.
* More accurately place proc-macro diagnosticJonas Schievink2020-11-271-1/+1
|
* Publish diagnostics for macro expansion errorsJonas Schievink2020-11-271-0/+14
|
* Fix name of InactiveCode diagnosticJonas Schievink2020-10-231-6/+6
|
* Diagnose #[cfg]s in bodiesJonas Schievink2020-10-231-4/+4
|
* add completions for clippy lint in attributesBenjamin Coenen2020-10-201-0/+105
Signed-off-by: Benjamin Coenen <[email protected]>