rust/compiler/rustc_lint
Yuki Okushi 61115cd753
Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkov
added TraitAlias to check_item() for missing_docs

As in issue #111025 the `missing_docs` was not being triggered for trait aliases.  I added `TraitAlias` to the pattern match for check_item(), and the lint seems to be behaving appropriately
2023-05-07 14:12:15 +09:00
..
src Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkov 2023-05-07 14:12:15 +09:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl add match to diagnostic messages 2023-04-29 15:47:23 +00:00