rust/src/test/ui/const-generics
2020-09-25 22:46:14 +01:00
..
array-impls
auxiliary Add revisions to const generic UI tests. 2020-09-10 09:40:54 +02:00
const_evaluatable_checked update tests 2020-09-24 09:07:20 +02:00
defaults Add revisions to const generic default UI tests. 2020-09-10 09:18:40 +02:00
infer improve const infer err 2020-09-14 10:08:32 +02:00
issues Rollup merge of #77073 - lcnr:ty-trait-param, r=matthewjasper 2020-09-25 19:42:35 +02:00
min_const_generics This commit introduces the following changes: 2020-09-15 10:27:19 +02:00
occurs-check add tests 2020-09-21 12:27:55 +02:00
std pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
type-dependent Add array window fn 2020-09-16 14:52:20 +00:00
apit-with-const-param.rs
argument_order.full.stderr Fix duplicate error messages in const_generics tests 2020-08-31 18:52:22 +08:00
argument_order.min.stderr Fix duplicate error messages in const_generics tests 2020-08-31 18:52:22 +08:00
argument_order.rs Fix duplicate error messages in const_generics tests 2020-08-31 18:52:22 +08:00
array-size-in-generic-struct-param.full.stderr
array-size-in-generic-struct-param.min.stderr change const param ty warning message 2020-08-18 22:44:06 +02:00
array-size-in-generic-struct-param.rs change const param ty warning message 2020-08-18 22:44:06 +02:00
array-wrapper-struct-ctor.rs Added a lot of min_const_generics revisions 2020-08-26 18:50:17 +08:00
broken-mir-1.rs
broken-mir-2.rs
cannot-infer-type-for-const-param.rs Added a lot of min_const_generics revisions 2020-08-26 18:50:17 +08:00
coerce_unsized_array.rs
concrete-const-as-fn-arg.rs
concrete-const-impl-method.rs
condition-in-trait-const-arg.rs
const-arg-in-fn.rs
const-arg-type-arg-misordered.full.stderr Added a lot of min_const_generics revisions 2020-08-26 18:50:17 +08:00
const-arg-type-arg-misordered.min.stderr Added a lot of min_const_generics revisions 2020-08-26 18:50:17 +08:00
const-arg-type-arg-misordered.rs Fix duplicate error messages in const_generics tests 2020-08-31 18:52:22 +08:00
const-argument-cross-crate-mismatch.full.stderr Add revisions to const generic UI tests. 2020-09-10 09:40:54 +02:00
const-argument-cross-crate-mismatch.min.stderr Add revisions to const generic UI tests. 2020-09-10 09:40:54 +02:00
const-argument-cross-crate-mismatch.rs Add revisions to const generic UI tests. 2020-09-10 09:40:54 +02:00
const-argument-cross-crate.rs Add revisions to const generic UI tests. 2020-09-10 09:40:54 +02:00
const-argument-non-static-lifetime.rs
const-expression-parameter.full.stderr
const-expression-parameter.min.stderr
const-expression-parameter.rs
const-fn-with-const-param.rs
const-generic-array-wrapper.rs
const-generic-type_name.rs
const-param-after-const-literal-arg.rs
const-param-before-other-params.full.stderr Added a lot of min_const_generics revisions 2020-08-26 18:50:17 +08:00
const-param-before-other-params.min.stderr Fix duplicate error messages in const_generics tests 2020-08-31 18:52:22 +08:00
const-param-before-other-params.rs Fix duplicate error messages in const_generics tests 2020-08-31 18:52:22 +08:00
const-param-elided-lifetime.full.stderr
const-param-elided-lifetime.min.stderr change const param ty warning message 2020-08-18 22:44:06 +02:00
const-param-elided-lifetime.rs change const param ty warning message 2020-08-18 22:44:06 +02:00
const-param-from-outer-fn.full.stderr
const-param-from-outer-fn.min.stderr
const-param-from-outer-fn.rs
const-param-in-trait-ungated.rs
const-param-in-trait-ungated.stderr
const-param-in-trait.rs
const-param-type-depends-on-const-param.full.stderr
const-param-type-depends-on-const-param.min.stderr change const param ty warning message 2020-08-18 22:44:06 +02:00
const-param-type-depends-on-const-param.rs change const param ty warning message 2020-08-18 22:44:06 +02:00
const-param-type-depends-on-type-param-ungated.rs
const-param-type-depends-on-type-param-ungated.stderr
const-param-type-depends-on-type-param.full.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
const-param-type-depends-on-type-param.min.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
const-param-type-depends-on-type-param.rs
const-parameter-uppercase-lint.full.stderr
const-parameter-uppercase-lint.min.stderr
const-parameter-uppercase-lint.rs
const-types.rs
derive-debug-array-wrapper.rs
different_byref_simple.full.stderr
different_byref_simple.min.stderr
different_byref_simple.rs
different_byref.full.stderr
different_byref.min.stderr change const param ty warning message 2020-08-18 22:44:06 +02:00
different_byref.rs change const param ty warning message 2020-08-18 22:44:06 +02:00
fn-const-param-call.full.stderr
fn-const-param-call.min.stderr change const param ty warning message 2020-08-18 22:44:06 +02:00
fn-const-param-call.rs
fn-const-param-infer.full.stderr
fn-const-param-infer.min.stderr change const param ty warning message 2020-08-18 22:44:06 +02:00
fn-const-param-infer.rs
fn-taking-const-generic-array.rs
forbid-non-structural_match-types.full.stderr
forbid-non-structural_match-types.min.stderr change const param ty warning message 2020-08-18 22:44:06 +02:00
forbid-non-structural_match-types.rs change const param ty warning message 2020-08-18 22:44:06 +02:00
foreign-item-const-parameter.full.stderr
foreign-item-const-parameter.min.stderr
foreign-item-const-parameter.rs
impl-const-generic-struct.rs
incorrect-number-of-const-args.full.stderr
incorrect-number-of-const-args.min.stderr
incorrect-number-of-const-args.rs
infer_arg_from_pat.rs
infer_arr_len_from_pat.rs
integer-literal-generic-arg-in-where-clause.rs
invalid-const-arg-for-type-param.rs
invalid-const-arg-for-type-param.stderr
invalid-constant-in-args.rs
invalid-constant-in-args.stderr
invalid-enum.rs Add further tests and liberalize type checking 2020-09-03 17:46:27 +00:00
invalid-enum.stderr Add further tests and liberalize type checking 2020-09-03 17:46:27 +00:00
issue-61522-array-len-succ.full.stderr
issue-61522-array-len-succ.min.stderr
issue-61522-array-len-succ.rs
issue-66596-impl-trait-for-str-const-arg.min.stderr change const param ty warning message 2020-08-18 22:44:06 +02:00
issue-66596-impl-trait-for-str-const-arg.rs change const param ty warning message 2020-08-18 22:44:06 +02:00
issue-68104-print-stack-overflow.rs
issue-70180-1-stalled_on.rs
issue-70180-2-stalled_on.rs
issue-71986.rs
min-and-full-same-time.rs Implementation of incompatible features error 2020-09-04 22:17:28 +08:00
min-and-full-same-time.stderr Implementation of incompatible features error 2020-09-04 22:17:28 +08:00
mut-ref-const-param-array.rs
nested-type.full.stderr Move from {{closure}}#0 syntax to {closure#0} for (def) path components 2020-09-25 22:46:14 +01:00
nested-type.min.stderr Move from {{closure}}#0 syntax to {closure#0} for (def) path components 2020-09-25 22:46:14 +01:00
nested-type.rs change const param ty warning message 2020-08-18 22:44:06 +02:00
params-in-ct-in-ty-param-lazy-norm.full.stderr
params-in-ct-in-ty-param-lazy-norm.min.stderr This commit introduces the following changes: 2020-09-15 10:27:19 +02:00
params-in-ct-in-ty-param-lazy-norm.rs
raw-ptr-const-param-deref.full.stderr
raw-ptr-const-param-deref.min.stderr change const param ty warning message 2020-08-18 22:44:06 +02:00
raw-ptr-const-param-deref.rs
raw-ptr-const-param.full.stderr
raw-ptr-const-param.min.stderr change const param ty warning message 2020-08-18 22:44:06 +02:00
raw-ptr-const-param.rs
slice-const-param-mismatch.full.stderr
slice-const-param-mismatch.min.stderr change const param ty warning message 2020-08-18 22:44:06 +02:00
slice-const-param-mismatch.rs
slice-const-param.min.stderr change const param ty warning message 2020-08-18 22:44:06 +02:00
slice-const-param.rs change const param ty warning message 2020-08-18 22:44:06 +02:00
struct-with-invalid-const-param.full.stderr
struct-with-invalid-const-param.min.stderr
struct-with-invalid-const-param.rs
struct-with-invalid-const-param.stderr
trait-const-args.rs
transparent-maybeunit-array-wrapper.rs
type_of_anon_const.rs
type-after-const-ok.min.stderr Added a lot of min_const_generics revisions 2020-08-26 18:50:17 +08:00
type-after-const-ok.rs Added a lot of min_const_generics revisions 2020-08-26 18:50:17 +08:00
types-mismatch-const-args.full.stderr Fix duplicate error messages in const_generics tests 2020-08-31 18:52:22 +08:00
types-mismatch-const-args.min.stderr Fix duplicate error messages in const_generics tests 2020-08-31 18:52:22 +08:00
types-mismatch-const-args.rs Fix duplicate error messages in const_generics tests 2020-08-31 18:52:22 +08:00
uninferred-consts-during-codegen-1.rs Added a lot of min_const_generics revisions 2020-08-26 18:50:17 +08:00
uninferred-consts-during-codegen-2.rs Added a lot of min_const_generics revisions 2020-08-26 18:50:17 +08:00
unknown_adt.full.stderr
unknown_adt.min.stderr
unknown_adt.rs
unused_braces.fixed
unused_braces.full.fixed
unused_braces.full.stderr
unused_braces.min.fixed
unused_braces.min.stderr
unused_braces.rs
unused-const-param.rs
wf-misc.full.stderr
wf-misc.min.stderr
wf-misc.rs