You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in std, it's also linked to neither std's Box reexport nor alloc's original definition.
The text was updated successfully, but these errors were encountered:
ben0x539
changed the title
Inlined documentation of reexports doesn't supply some type parameters
Inlined documentation of reexported trait doesn't supply some type parameters
Jun 25, 2014
the [src] link on that std page also seems broken to me, not sure whether it's worth filing another issue for that since it seems to be specific to this trait and not others I've tried.
http://doc.rust-lang.org/std/owned/trait.AnyOwnExt.html:
fn move<T: 'static>(self) -> Result<Box, Self>;
Box
should beBox<T>
, as in http://doc.rust-lang.org/alloc/owned/trait.AnyOwnExt.htmlin
std
, it's also linked to neitherstd
'sBox
reexport noralloc
's original definition.The text was updated successfully, but these errors were encountered: