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
bjorn3 opened this issue
Nov 17, 2018
· 0 comments
Labels
A-docsArea: documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
/// for `self: Pin<Box<Self>>, this means `Pin<Box<Self>>: DispatchFromDyn<Pin<Box<U>>>`
/// for `self: Pin<Box<Self>>, this means `Pin<Box<Self>>: DispatchFromDyn<Pin<Box<U>>>`
^ here
This causes most of the TyCtxt docs to be underlined:
The text was updated successfully, but these errors were encountered:
csmoe
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
labels
Nov 17, 2018
Xanewok
added a commit
to Xanewok/rust
that referenced
this issue
Nov 17, 2018
A-docsArea: documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
rust/src/librustc/traits/object_safety.rs
Line 473 in f6e9485
/// for `self: Pin<Box<Self>>, this means `Pin<Box<Self>>: DispatchFromDyn<Pin<Box<U>>>` ^ here
This causes most of the
TyCtxt
docs to be underlined:The text was updated successfully, but these errors were encountered: