rust/tests/ui/const-generics/associated-const-bindings
2026-02-10 06:28:03 +01:00
..
ambiguity.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
ambiguity.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
assoc-const-ty-mismatch.rs Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
assoc-const-ty-mismatch.stderr Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
assoc-const.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
bound-var-in-ty-not-wf.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
bound-var-in-ty-not-wf.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
bound-var-in-ty.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
coexisting-with-type-binding.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
coherence.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
coherence.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
const-bound-to-assoc-ty-99828.rs Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
const-bound-to-assoc-ty-99828.stderr Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
const-projection-err.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
const-projection-err.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
const_evaluatable_unchecked.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-assoc-const-ty-mentions-self.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-assoc-const-ty-mentions-self.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-basic.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-const-mismatch.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-const-mismatch.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-const-param-default-mentions-self.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-const-param-default-mentions-self.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-const-projection-behind-trait-alias-mentions-self.rs bless tests 2026-02-10 06:28:03 +01:00
dyn-compat-const-projection-behind-trait-alias-mentions-self.stderr bless tests 2026-02-10 06:28:03 +01:00
dyn-compat-const-projection-from-supertrait-mentions-self.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-const-projection-from-supertrait-mentions-self.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-generic-assoc-const.rs mGCA: Make traits with type assoc consts dyn compatible... 2026-01-21 12:53:44 +01:00
dyn-compat-generic-assoc-const.stderr mGCA: Make traits with type assoc consts dyn compatible... 2026-01-21 12:53:44 +01:00
dyn-compat-non-type-assoc-const.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-non-type-assoc-const.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-self-bound-on-assoc-const-allowed-and-enforced.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-self-bound-on-assoc-const-allowed-and-enforced.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-self-const-projections-in-assoc-const-ty.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-self-const-projections-in-assoc-const-ty.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-self-const-projections-in-methods.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-self-const-projections-in-supertrait-bounds.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-self-const-projections-in-supertrait-bounds.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-symbol-mangling.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-symbol-mangling.v0.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-unspecified-assoc-consts.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-compat-unspecified-assoc-consts.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
dyn-const-projection-escaping-bound-vars.rs bless tests 2026-02-10 06:28:03 +01:00
equality-unused-issue-126729.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
equality_bound_with_infer.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
esc-bound-var-in-ty.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
esc-bound-var-in-ty.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
issue-93835.rs Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
issue-93835.stderr Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
issue-102335-const.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
issue-102335-const.stderr Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
issue-105330.rs Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
issue-105330.stderr Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
mismatched-types-with-generic-in-ace-no-feature-gate.rs Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
mismatched-types-with-generic-in-ace-no-feature-gate.stderr Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
mismatched-types-with-generic-in-ace.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
mismatched-types-with-generic-in-ace.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
missing.rs Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
missing.stderr Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
normalization-via-param-env.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
param-in-ty.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
param-in-ty.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
projection-unspecified-but-bounded.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
projection-unspecified-but-bounded.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
supertraits.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
unbraced-enum-variant.rs Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
unbraced-enum-variant.stderr Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
unconstrained_impl_param.rs Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
unconstrained_impl_param.stderr Move tests for assoc const bindings into dedicated directory 2026-01-09 00:32:09 +01:00
using-fnptr-as-type_const.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
using-fnptr-as-type_const.stderr Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
wf-mismatch-1.rs bless tests 2026-02-10 06:28:03 +01:00
wf-mismatch-1.stderr bless tests 2026-02-10 06:28:03 +01:00
wf-mismatch-2.rs bless tests 2026-02-10 06:28:03 +01:00
wf-mismatch-2.stderr bless tests 2026-02-10 06:28:03 +01:00
wf-mismatch-3.rs bless tests 2026-02-10 06:28:03 +01:00
wf-mismatch-3.stderr bless tests 2026-02-10 06:28:03 +01:00