about summary refs log tree commit diff
path: root/src/test/run-pass/issue-5243.rs
AgeCommit message (Collapse)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-25/+0
2018-05-17Rename trans to codegen everywhere.Irina Popa-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
Now that support has been removed, all lingering use cases are renamed.
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.
2013-12-11Make 'self lifetime illegal.Erik Price-2/+2
Also remove all instances of 'self within the codebase. This fixes #10889.
2013-03-27testsuite: more `pub fn main`Tim Chevalier-1/+1
2013-03-06Cheat and temporarily work around a pretty-printer bugNiko Matsakis-2/+2
that will go away with the new region syntax.
2013-03-06Fix a bug with region-parameterized enums etc where trans consideredNiko Matsakis-0/+23
them to be non-monomorphic. Merely having lifetime parameters is not enough to qualify for that status. Fixes #5243.