Revert "rustc: Create def IDs for region parameters"
This reverts commit 0d4cb75949.
This commit is contained in:
parent
0d4cb75949
commit
e2f6052c6d
7 changed files with 841 additions and 899 deletions
|
|
@ -434,7 +434,6 @@ impl of tr for ast::def {
|
|||
ast::def_class_method(did0, did1) {
|
||||
ast::def_class_method(did0.tr(xcx), did1.tr(xcx))
|
||||
}
|
||||
ast::def_region_param(did) { ast::def_region_param(did.tr(xcx)) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1005,4 +1004,4 @@ fn test_simplification() {
|
|||
}
|
||||
_ { fail; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue