Closed
Description
Before #16462, there was only one region bound -- 'static. This is no longer the case, but rustdoc still thinks it is. This means that wherever a lifetime appears, rustdoc will print 'static, not the correct lifetime.
Before #16462, there was only one region bound -- 'static. This is no longer the case, but rustdoc still thinks it is. This means that wherever a lifetime appears, rustdoc will print 'static, not the correct lifetime.