about summary refs log tree commit diff
path: root/src/test/compile-fail/unboxed-closure-sugar-nonexistent-trait.rs
AgeCommit message (Expand)AuthorLines
2016-12-26Move some compile-fail tests into UI directoryVadim Petrochenkov-17/+0
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-2/+0
2016-02-19Show candidates for names not in scopeVlad Ureche-1/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-24rustc_resolve: use the visitor model more, remove redundant repeated lookups.Eduard Burtescu-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-3/+3
2014-11-18Place parenthetical notation under the `unboxed_closure` feature-gate.Niko Matsakis-0/+2
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-1/+1
2014-09-18librustc: Implement the syntax in the RFC for unboxed closure sugar.Patrick Walton-0/+18