summary refs log tree commit diff
path: root/src/test/run-pass/pub-method-inside-macro.rs
AgeCommit message (Collapse)AuthorLines
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
2015-02-13Parse `pub` in the expansion of a method macroKeegan McAllister-0/+29
Fixes #17436.