Brian Anderson
|
8c93a79e38
|
rustdoc: Replace no-pretty-expanded with pretty-expanded
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-03-23 14:40:26 -07:00 |
|
Erik Price
|
5731ca3078
|
Make 'self lifetime illegal.
Also remove all instances of 'self within the codebase.
This fixes #10889.
|
2013-12-11 10:54:06 -08:00 |
|
Tim Chevalier
|
fad05591e5
|
testsuite: more pub fn main
|
2013-03-27 10:09:03 -07:00 |
|
Niko Matsakis
|
9792002c6a
|
Cheat and temporarily work around a pretty-printer bug
that will go away with the new region syntax.
|
2013-03-06 16:18:46 -05:00 |
|
Niko Matsakis
|
704cd648ac
|
Fix a bug with region-parameterized enums etc where trans considered
them to be non-monomorphic. Merely having lifetime parameters
is not enough to qualify for that status. Fixes #5243.
|
2013-03-06 13:01:16 -05:00 |
|