rust/src/test
Yuki Okushi d7e599203c
Rollup merge of #68143 - skinny121:const-param-type-elided-lifetime, r=petrochenkov
Forbid elided lifetimes within const generic parameter types

Disallows `fn foo<const T: &u32>()`, the lifetime must be explicitly given, i.e. `fn foo<const T: &'static u32>()`.

Fixes #67883
2020-01-14 14:02:23 +09:00
..
assembly
auxiliary
codegen Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisa 2020-01-13 04:01:00 +00:00
codegen-units Update test output. 2019-10-25 14:52:39 +02:00
compile-fail Errors in promoteds may only cause lints not hard errors 2020-01-10 09:08:25 +01:00
debuginfo Remove legacy debuginfo tests 2020-01-07 21:28:22 +01:00
incremental Add a test for #37333 2020-01-01 13:07:41 +01:00
mir-opt Rebase fallout 2020-01-10 09:08:25 +01:00
pretty ast_stmt_expr_attr -> pretty & ui tests 2019-12-20 22:53:40 +01:00
run-fail Errors in promoteds may only cause lints not hard errors 2020-01-10 09:08:25 +01:00
run-make Check for the entry kind 2020-01-08 10:05:44 +01:00
run-make-fulldeps Link sanitizer runtimes instead of injecting crate dependencies 2020-01-09 07:54:02 +01:00
run-pass-valgrind
rustdoc Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomez 2020-01-09 00:29:17 +09:00
rustdoc-js
rustdoc-js-std
rustdoc-ui buffer lexer errors in rustdoc syntax checking 2020-01-04 19:20:35 -05:00
rustfix
ui Rollup merge of #68143 - skinny121:const-param-type-elided-lifetime, r=petrochenkov 2020-01-14 14:02:23 +09:00
ui-fulldeps fix ui-fulldeps & tests fallout 2020-01-11 07:42:26 +01:00
COMPILER_TESTS.md