about summary refs log tree commit diff
path: root/src/test/run-pass/issue-6898.rs
AgeCommit message (Collapse)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-42/+0
2015-12-18Make RFC 1214 warnings into errors, and rip out the "warn or err"Niko Matsakis-1/+1
associated machinery. Future such attempts should go through lints anyhow. There is a fair amount of fallout in the compile-fail tests, as WF checking now occurs earlier in the process.
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-4/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
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-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
Issue #1457
2013-09-03Un-xfail/move/delete some tests.Huon Wilson-6/+4
2013-08-27test: xfail a test that relies on old path behavior.Patrick Walton-0/+2
2013-08-15Fix a typo in the ifmt doxAlex Crichton-4/+4
2013-08-13Add a bunch of tests for closed issuesAlex Crichton-0/+40
Closes #3907 Closes #5493 Closes #4464 Closes #4759 Closes #5666 Closes #5884 Closes #5926 Closes #6318 Closes #6557 Closes #6898 Closes #6919 Closes #7222