Clarify a comment

...at least I think this is what was meant.
This commit is contained in:
Tim Chevalier 2012-05-15 20:25:00 -07:00
parent e2d18c9a8a
commit bdef90730e
1 changed files with 1 additions and 1 deletions

View File

@ -1411,7 +1411,7 @@ fn type_kind(cx: ctxt, ty: t) -> kind {
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 type_requires(cx: ctxt, seen: @mut [def_id],