rust/src/test
Barosl Lee a0155444cf Permit node types to be missing if type errors occurred previously
If the type of a node cannot be determined due to a previous type error,
a "no type for node" ICE occurs. This commit makes it return ty_err
instead in such a case.

Fixes #20401.
Fixes #20506.
Fixes #20614.
Fixes #20752.
Fixes #20829.
Fixes #20846.
Fixes #20885.
Fixes #20886.
2015-01-11 19:42:18 +09:00
..
auxiliary Improvements to feature staging 2015-01-08 03:07:23 -08:00
bench Improvement of shootout-binarytrees.rs 2015-01-10 20:19:54 +01:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Permit node types to be missing if type errors occurred previously 2015-01-11 19:42:18 +09:00
compile-fail-fulldeps Update the compile-fail-fulldeps tests with new isize/usize literal suffixes. 2015-01-08 11:02:24 -05:00
debuginfo Improvements to feature staging 2015-01-08 03:07:23 -08:00
pretty More test fixes and rebase conflicts 2015-01-07 20:08:37 -08:00
run-fail fallout: run-fail tests that use box. (many/all could be ported to Box::new instead.) 2015-01-08 02:37:58 +01:00
run-make Update graphviz tests to accommodate new isize/usize types and is/us suffixes. 2015-01-08 11:02:24 -05:00
run-pass Merge pull request #20771 from Kimundi/vec-macro-repeat 2015-01-10 14:15:09 +00:00
run-pass-fulldeps Add test for -Z extra-plugins 2015-01-08 14:47:27 +05:30
run-pass-valgrind Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00