diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2017-11-22 12:06:19 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2017-11-22 12:44:10 -0500 |
| commit | d3e0c33dbeaaa10f17e867ac62bb268167fda942 (patch) | |
| tree | dcb9a4fb7ada94d78f5df4ee62c81555f9b3e432 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 78ccbba3e296e8dbbb8cae3a70ec6adc7087dade (diff) | |
| download | rust-d3e0c33dbeaaa10f17e867ac62bb268167fda942.tar.gz rust-d3e0c33dbeaaa10f17e867ac62bb268167fda942.zip | |
modify inherent impls test to indicate `TypeckTables` do not change
I also added some comments explaining what is going on. In short, the changes in question do not, in fact, affect the`TypeckTables` in any semantic way. However, altering the order of lowering can cause it appear to affect the `TypeckTables`: if we lower generics before the body, then the `HirId` for things in the body will be affected. In this case, we are now lowering the generics etc *after* the body, so the hash no longer changes. This seems good.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
