Comment fixes / todos

This commit is contained in:
Florian Diebold
2020-02-02 13:43:04 +01:00
committed by Florian Diebold
parent 3397ca679f
commit 86348f5994
3 changed files with 8 additions and 6 deletions

View File

@@ -288,10 +288,12 @@ pub enum Ty {
Projection(ProjectionTy),
/// A type parameter; for example, `T` in `fn f<T>(x: T) {}
// TODO fix documentation
Param(TypeParamId),
/// A bound type variable. Used during trait resolution to represent Chalk
/// variables, and in `Dyn` and `Opaque` bounds to represent the `Self` type.
// TODO fix documentation
Bound(u32),
/// A type variable used during type checking. Not to be confused with a