about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-33302.rs
AgeCommit message (Collapse)AuthorLines
2016-05-03rustdoc: fix inserting source code spans for constant valuesGeorg Brandl-0/+46
This will go wrong when the constants partially result from macro expansion. Instead, use the expressions and pretty-print them as Rust code. Fixes: #33302