about summary refs log tree commit diff
path: root/src/test/run-pass/issue4516_ty_param.rs
AgeCommit message (Collapse)AuthorLines
2013-09-23test: Fix rustdoc and tests.Patrick Walton-25/+0
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-17When decoding types, indicate to the def-id conversion function what kind ofNiko Matsakis-0/+25
def-id we have, so that the inliner can distinguish between external and internal def-ids. Also add some comments explaining the distinction! Fixes #4516. r=graydon