Clarify a comment
...at least I think this is what was meant.
This commit is contained in:
parent
e2d18c9a8a
commit
bdef90730e
@ -1411,7 +1411,7 @@ fn type_kind(cx: ctxt, ty: t) -> kind {
|
|||||||
ret result;
|
ret result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// True if instantiating an instance of `ty` requires an instead of `r_ty`.
|
// True if instantiating an instance of `ty` requires an instance of `r_ty`.
|
||||||
fn is_instantiable(cx: ctxt, r_ty: t) -> bool {
|
fn is_instantiable(cx: ctxt, r_ty: t) -> bool {
|
||||||
|
|
||||||
fn type_requires(cx: ctxt, seen: @mut [def_id],
|
fn type_requires(cx: ctxt, seen: @mut [def_id],
|
||||||
|
Loading…
Reference in New Issue
Block a user