about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-2995.rs
AgeCommit message (Collapse)AuthorLines
2018-07-15Move some `compile-fail` tests to `ui`Esteban Küber-15/+0
2017-06-24wording improvementGuillaume Gomez-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-1/+1
find src -name '*.rs' | xargs sed -i '' 's/~~~.*{\.rust}/```rust/g' find src -name '*.rs' | xargs sed -i '' 's/ ~~~$/ ```/g' find src -name '*.rs' | xargs sed -i '' 's/^~~~$/ ```/g'
2013-05-08rustc: Fix the logic for finding the Android main functionBrian Anderson-0/+2
I don't understand what this logic is doing
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵Patrick Walton-1/+1
rs=implflipping
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-07Add test for #2995Tim Chevalier-0/+3