about summary refs log tree commit diff
path: root/src/test/run-pass/bug-7295.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
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-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-3/+3
here. Some of this may have been poorly rebased, though I tried to be careful and preserve the spirit of the test.
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-2/+2
Closes #5495
2013-07-11Take default methods out from behind the flag.Michael Sullivan-1/+0
2013-06-25Fix another generics bug with default methods. Closes #7295.Michael Sullivan-0/+22