• N
    wip: refactor repr of regions · c0d61795
    Niko Matsakis 提交于
    - we now distinguish bound/free parameters (see region-param
      test case for why this is necessary)
    - we also track bounds on region variables
    - also, restructure fold_ty() to have multiple variants without
      duplication instead of one overloaded folder.  This also allows
      for using block functions.
    c0d61795
infer.rs 46.3 KB