rust/src/test
bors 0ad202671f Auto merge of #25171 - quantheory:associated_time_long_paths, r=nikomatsakis
It is currently broken to use syntax such as `<T as Foo>::U::static_method()` where `<T as Foo>::U` is an associated type. I was able to fix this and simplify the parser a bit at the same time.

This also fixes the corresponding issue with associated types (#22139), but that's somewhat irrelevant because #22519 is still open, so this syntax still causes an error in type checking.

Similarly, although this fix applies to associated consts, #25046 forbids associated constants from using type parameters or `Self`, while #19559 means that associated types have to always have one of those two. Therefore, I think that you can't use an associated const from an associated type anyway.
2015-05-12 13:04:14 +00:00
..
auxiliary Remove auxiliary files not used since eb4d39e 2015-05-09 13:10:57 -04:00
bench Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
codegen Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
compile-fail Auto merge of #24818 - tbelaire:double-import, r=nrc 2015-05-12 08:54:40 +00:00
compile-fail-fulldeps Remove FakeExtCtxt from qquote tests. 2015-04-26 01:09:36 -04:00
debuginfo Update tests to not use old ~ syntax 2015-05-03 20:16:03 -04:00
parse-fail Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis 2015-04-27 16:45:21 +00:00
pretty Correct pretty-printing of type Foo<T> where T: Bound = ...; 2015-05-04 10:21:39 +02:00
run-fail Fix the tests broken by replacing task with thread 2015-05-09 04:04:08 +09:00
run-fail-fulldeps Move qquote.rs from run-fail to run-fail-fulldeps 2015-04-26 06:05:39 -07:00
run-make Add regression test for #20626 2015-05-07 00:25:54 +02:00
run-pass Auto merge of #25171 - quantheory:associated_time_long_paths, r=nikomatsakis 2015-05-12 13:04:14 +00:00
run-pass-fulldeps Add test for custom deriving plugins which rely on field attributes 2015-05-01 15:49:05 +05:30
run-pass-valgrind test: Fix fallout in run-pass tests 2015-04-14 10:14:19 -07:00
rustdoc rustdoc: Add Associated Constants section 2015-05-09 12:20:45 +02:00