rust/src/test/ui/const-generics
bors 53712f8637 Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
Specific labels when referring to "expected" and "found" types
2019-11-21 17:53:19 +00:00
..
array-impls Add UI tests for array::IntoIter impls 2019-10-24 15:46:44 +02:00
auxiliary Include const generic arguments in metadata. 2019-10-15 07:24:19 +13:00
issues Auto merge of #65759 - tmiasko:ui, r=petrochenkov 2019-11-03 15:14:09 +00:00
apit-with-const-param.rs
apit-with-const-param.stderr
array-wrapper-struct-ctor.rs
array-wrapper-struct-ctor.stderr
broken-mir-1.rs
broken-mir-1.stderr
broken-mir-2.rs
broken-mir-2.stderr
cannot-infer-const-args.rs
cannot-infer-const-args.stderr
cannot-infer-type-for-const-param.rs Update error annotations in tests that successfully compile 2019-11-02 10:28:29 +01:00
cannot-infer-type-for-const-param.stderr
concrete-const-as-fn-arg.rs
concrete-const-as-fn-arg.stderr
concrete-const-impl-method.rs
concrete-const-impl-method.stderr
condition-in-trait-const-arg.rs
condition-in-trait-const-arg.stderr
const-arg-in-fn.rs
const-arg-in-fn.stderr
const-argument-cross-crate-mismatch.rs Include const generic arguments in metadata. 2019-10-15 07:24:19 +13:00
const-argument-cross-crate-mismatch.stderr Remove E0308 note when primary label has all info 2019-11-18 11:03:03 -08:00
const-argument-cross-crate.rs Include const generic arguments in metadata. 2019-10-15 07:24:19 +13:00
const-expression-parameter.rs
const-expression-parameter.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
const-fn-with-const-param.rs
const-fn-with-const-param.stderr
const-generic-array-wrapper.rs test: const-generics: Update tests removing unrequired braces 2019-11-18 17:23:22 -05:00
const-generic-array-wrapper.stderr
const-param-before-other-params.rs
const-param-before-other-params.stderr
const-param-from-outer-fn.rs
const-param-from-outer-fn.stderr
const-param-in-trait-ungated.rs
const-param-in-trait-ungated.stderr Revert "pre-expansion gate const_generics" 2019-10-31 19:08:12 +02:00
const-param-in-trait.rs
const-param-in-trait.stderr
const-param-type-depends-on-type-param-ungated.rs Remove "type parameter depends on const parameter" error from resolution 2019-10-22 12:26:32 +01:00
const-param-type-depends-on-type-param-ungated.stderr Revert "pre-expansion gate const_generics" 2019-10-31 19:08:12 +02:00
const-param-type-depends-on-type-param.rs Remove "type parameter depends on const parameter" error from resolution 2019-10-22 12:26:32 +01:00
const-param-type-depends-on-type-param.stderr Use E0741 for structural match error 2019-10-22 12:28:23 +01:00
const-parameter-uppercase-lint.rs
const-parameter-uppercase-lint.stderr
const-types.rs
const-types.stderr
derive-debug-array-wrapper.rs
derive-debug-array-wrapper.stderr
fn-const-param-call.rs test: const-generics: Update tests removing unrequired braces 2019-11-18 17:23:22 -05:00
fn-const-param-call.stderr
fn-const-param-infer.rs test: const-generics: Update tests removing unrequired braces 2019-11-18 17:23:22 -05:00
fn-const-param-infer.stderr Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov 2019-11-21 17:53:19 +00:00
fn-taking-const-generic-array.rs
fn-taking-const-generic-array.stderr
forbid-non-structural_match-types.rs Forbid non-structural_match types in const generics 2019-10-22 12:26:32 +01:00
forbid-non-structural_match-types.stderr Use E0741 for structural match error 2019-10-22 12:28:23 +01:00
foreign-item-const-parameter.rs
foreign-item-const-parameter.stderr
impl-const-generic-struct.rs test: const-generics: Update tests removing unrequired braces 2019-11-18 17:23:22 -05:00
impl-const-generic-struct.stderr
incorrect-number-of-const-args.rs
incorrect-number-of-const-args.stderr
invalid-const-arg-for-type-param.rs
invalid-const-arg-for-type-param.stderr
invalid-constant-in-args.rs
invalid-constant-in-args.stderr
mut-ref-const-param-array.rs
mut-ref-const-param-array.stderr
raw-ptr-const-param-deref.rs test: const-generics: Update tests removing unrequired braces 2019-11-18 17:23:22 -05:00
raw-ptr-const-param-deref.stderr
raw-ptr-const-param.rs
raw-ptr-const-param.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
slice-const-param-mismatch.rs
slice-const-param-mismatch.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
slice-const-param.rs
slice-const-param.stderr
struct-with-invalid-const-param.rs
struct-with-invalid-const-param.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
transparent-maybeunit-array-wrapper.rs
transparent-maybeunit-array-wrapper.stderr
types-mismatch-const-args.rs
types-mismatch-const-args.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
uninferred-consts-during-codegen-1.rs test: const-generics: Update tests removing unrequired braces 2019-11-18 17:23:22 -05:00
uninferred-consts-during-codegen-1.stderr
uninferred-consts-during-codegen-2.rs
uninferred-consts-during-codegen-2.stderr
unused-const-param.rs
unused-const-param.stderr