rust/src/test/ui/const-generics/generic_const_exprs
2022-10-07 21:10:08 +09:00
..
auxiliary suggest enabling generic_const_exprs feature if const is unevaluatable 2022-03-09 14:47:50 -08:00
abstract-const-as-cast-1.rs
abstract-const-as-cast-2.rs
abstract-const-as-cast-2.stderr
abstract-const-as-cast-3.rs
abstract-const-as-cast-3.stderr Note binding obligation causes for const equate errors 2022-08-24 17:53:35 +00:00
abstract-const-as-cast-4.rs
abstract-consts-as-cast-5.rs resolve from_hir_call FIXME 2021-09-09 01:32:03 +01:00
abstract-consts-as-cast-5.stderr add a CastKind to Node::Cast 2021-09-09 01:32:03 +01:00
array-size-in-generic-struct-param.full.stderr Move generic error message to separate branches 2021-10-04 06:49:49 +00:00
array-size-in-generic-struct-param.min.stderr feature(const_param_types) -> feature(adt_const_params) 2021-08-30 12:07:36 +02:00
array-size-in-generic-struct-param.rs feature(const_param_types) -> feature(adt_const_params) 2021-08-30 12:07:36 +02:00
associated-const.rs
associated-consts.rs Warn about dead tuple struct fields 2022-08-03 12:17:23 +02:00
closures.rs Check that closures satisfy their where bounds 2022-05-13 10:09:11 +00:00
closures.stderr Check that closures satisfy their where bounds 2022-05-13 10:09:11 +00:00
const_eval_resolve_canonical.rs handle consts with param/infer in const_eval_resolve better 2022-07-25 23:41:13 +00:00
cross_crate.rs
cross_crate_predicate.rs
cross_crate_predicate.stderr
dependence_lint.full.stderr bless ui tests 2022-10-01 10:03:06 +00:00
dependence_lint.gce.stderr Add tests for lint on type dependent on consts 2022-05-17 06:40:15 +00:00
dependence_lint.rs Add tests for lint on type dependent on consts 2022-05-17 06:40:15 +00:00
different-fn.rs
different-fn.stderr Call them constants instead of types 2022-08-24 17:53:35 +00:00
division.rs
dont-eagerly-error-in-is-const-evaluatable.rs
drop_impl.rs
elaborate-trait-pred.rs
eval-privacy.rs relax priv-in-pub lint on generic bounds and where clauses in trait impls 2021-12-27 00:22:09 +00:00
eval-privacy.stderr Shorten def_span for more items. 2022-07-01 17:39:19 +02:00
eval-try-unify.rs add/update tests 2022-03-21 18:47:38 +01:00
eval-try-unify.stderr bless ui tests 2022-10-01 10:03:06 +00:00
evaluated-to-ambig.rs
feature-gate-generic_const_exprs.rs
feature-gate-generic_const_exprs.stderr
fn_call.rs
from-sig-fail.rs feat: omit suffixes in const generics (e.g. 1_i32) 2022-07-19 02:35:48 +03:00
from-sig-fail.stderr feat: omit suffixes in const generics (e.g. 1_i32) 2022-07-19 02:35:48 +03:00
from-sig.rs
function-call.rs
function-call.stderr bless ui tests 2022-10-01 10:03:06 +00:00
impl-bounds.rs
infer-too-generic.rs
issue-62504.full.stderr Call them constants instead of types 2022-08-24 17:53:35 +00:00
issue-62504.min.stderr Implementation for 65853 2022-04-16 02:26:56 -04:00
issue-62504.rs
issue-69654.rs
issue-69654.stderr Bless test output changes 2022-09-22 01:32:37 +02:00
issue-72787.min.stderr feat: omit suffixes in const generics (e.g. 1_i32) 2022-07-19 02:35:48 +03:00
issue-72787.rs Don't point at Self type if we can't find an infer variable in ambiguous trait predicate 2022-07-01 17:38:34 +00:00
issue-72819-generic-in-const-eval.full.stderr Note binding obligation causes for const equate errors 2022-08-24 17:53:35 +00:00
issue-72819-generic-in-const-eval.min.stderr
issue-72819-generic-in-const-eval.rs
issue-73298.rs Keep going if normalized projection has unevaluated consts in QueryNormalizer 2022-08-09 09:41:28 +00:00
issue-73899.rs
issue-74634.rs
issue-74713.rs add regression test for #74713 2022-07-12 14:21:09 +09:00
issue-74713.stderr add regression test for #74713 2022-07-12 14:21:09 +09:00
issue-76595.rs
issue-76595.stderr diagnostics: use correct span for const generics 2022-04-04 12:16:20 -07:00
issue-79518-default_trait_method_normalization.rs
issue-79518-default_trait_method_normalization.stderr
issue-80561-incorrect-param-env.rs
issue-80742.rs
issue-80742.stderr Track implicit Sized obligations in type params 2022-07-07 12:15:12 -07:00
issue-82268.rs Keep going if normalized projection has unevaluated consts in QueryNormalizer 2022-08-09 09:41:28 +00:00
issue-83765.rs
issue-83765.stderr Call them constants instead of types 2022-08-24 17:53:35 +00:00
issue-83972.rs Keep going if normalized projection has unevaluated consts in QueryNormalizer 2022-08-09 09:41:28 +00:00
issue-84408.rs
issue-84669.rs Keep going if normalized projection has unevaluated consts in QueryNormalizer 2022-08-09 09:41:28 +00:00
issue-85848.rs Gracefully fail to resolve associated items instead of delay_span_bug. 2022-05-11 08:28:02 +02:00
issue-85848.stderr Call them constants instead of types 2022-08-24 17:53:35 +00:00
issue-86710.rs Keep going if normalized projection has unevaluated consts in QueryNormalizer 2022-08-09 09:41:28 +00:00
issue-89851.rs Erase regions better in promote_candidate 2022-08-12 03:48:40 +00:00
issue-90847.rs regression test for issue 90847 2022-01-31 16:56:10 +00:00
issue-94287.rs suggest enabling generic_const_exprs feature if const is unevaluatable 2022-03-09 14:47:50 -08:00
issue-94287.stderr Mention filename in suggestion when it differs from primary span 2022-06-01 09:52:03 -07:00
issue-97047-ice-1.rs add ice test for #97047 2022-06-30 16:42:39 +02:00
issue-97047-ice-1.stderr bless ui tests 2022-10-01 10:03:06 +00:00
issue-97047-ice-2.rs add ice test for #97047 2022-06-30 16:42:39 +02:00
issue-97047-ice-2.stderr bless ui tests 2022-10-01 10:03:06 +00:00
issue-100217.rs Keep going if normalized projection has unevaluated consts in QueryNormalizer 2022-08-09 09:41:28 +00:00
issue-100360.rs Erase regions better in promote_candidate 2022-08-12 03:48:40 +00:00
issue-102074.rs Normalize substs before resolving instance in NoopMethodCall lint 2022-10-04 03:20:49 +00:00
issue-102768.rs fix a ICE #102768 2022-10-07 21:10:08 +09:00
issue-102768.stderr fix a ICE #102768 2022-10-07 21:10:08 +09:00
less_than.rs
let-bindings.rs
let-bindings.stderr Move generic error message to separate branches 2021-10-04 06:49:49 +00:00
needs_where_clause.rs
needs_where_clause.stderr
nested-abstract-consts-1.rs
nested-abstract-consts-2.rs
nested_uneval_unification-1.rs
nested_uneval_unification-2.rs
no_dependence.rs Add tests for lint on type dependent on consts 2022-05-17 06:40:15 +00:00
no_where_clause.rs
no_where_clause.stderr
object-safety-err-ret.rs
object-safety-err-ret.stderr Move object safety suggestions to the end of the error 2021-09-15 14:48:53 +00:00
object-safety-err-where-bounds.rs
object-safety-err-where-bounds.stderr bless ui tests 2022-10-01 10:03:06 +00:00
object-safety-ok-infer-err.rs Update tests 2022-07-13 17:28:11 -07:00
object-safety-ok-infer-err.stderr Update tests 2022-07-13 17:28:11 -07:00
object-safety-ok.rs
obligation-cause.rs Add test for #100414 2022-08-24 17:53:35 +00:00
obligation-cause.stderr Add test for #100414 2022-08-24 17:53:35 +00:00
simple_fail.rs feat: omit suffixes in const generics (e.g. 1_i32) 2022-07-19 02:35:48 +03:00
simple_fail.stderr feat: omit suffixes in const generics (e.g. 1_i32) 2022-07-19 02:35:48 +03:00
subexprs_are_const_evalutable.rs
ty-alias-substitution.rs
unify-op-with-fn-call.rs add test for builtin types N + N unifying with fn call 2021-09-09 15:44:04 +01:00
unify-op-with-fn-call.stderr add test for builtin types N + N unifying with fn call 2021-09-09 15:44:04 +01:00
unop.rs
unused-complex-default-expr.rs update tests 2021-12-10 19:21:25 +00:00
unused_expr.rs
unused_expr.stderr Move generic error message to separate branches 2021-10-04 06:49:49 +00:00