summary refs log tree commit diff
path: root/src/test/auxiliary/cci_nested_lib.rs
AgeCommit message (Collapse)AuthorLines
2012-03-07Fix #1941: inlining of items that themselves contain nested itemsNiko Matsakis-0/+29
The fix is to drop nested items from the encoded AST. Nested items may themselves be inlined, but that is an independent question.