Files
rust/compiler
Dylan DPC d910e5376b Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notriddle,camelid
Don't document impossible to call default trait items on impls

Closes #100176

This only skips documenting _default_ trait items on impls, not ones that are written inside the impl block. This is a conservative approach, since I think we should document all items written in an impl block (I guess unless hidden or whatever), but the existence of this new query I added makes this easy to extend to other rustdoc cases.
2022-08-09 17:34:54 +05:30
..
2022-07-29 18:26:10 -04:00
2022-08-01 08:53:04 +10:00
2022-08-07 12:40:41 -06:00