about summary refs log tree commit diff
path: root/src/test/run-pass/issue-14933.rs
AgeCommit message (Collapse)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-15/+0
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.
2015-01-05Remove uses of default_type_params feature gate from tests.Huon Wilson-2/+0
2014-06-16rustc: Don't mark type parameters as exportedAlex Crichton-0/+15
This ends up causing the privacy pass to get all confused, and there's nothing inherently exported about them anyway. Closes #14933