rust/src/librustdoc
bors 136eaa1b25 Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obk
Try filtering out non-const impls when we expect const impls

**TL;DR**: Associated types on const impls are now bounded; we now disallow calling a const function with bounds when the specified type param only has a non-const impl.

r? `@oli-obk`
2021-08-14 12:06:34 +00:00
..
2021-08-13 09:26:33 +00:00
2021-07-25 07:28:51 +00:00
2021-07-07 17:52:18 +02:00
2021-07-25 12:22:47 +02:00

For more information about how librustdoc works, see the rustc dev guide.