rust/tests/ui/associated-consts
Yuki Okushi 421105b453
Add a regression test for #110933
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-06-25 23:03:22 +09:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-const-eq-missing.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-const-eq-missing.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-const-ty-mismatch.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-const-ty-mismatch.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-ambiguity-report.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-ambiguity-report.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-array-len.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-array-len.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-const-eval.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-cross-crate-const-eval.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-cross-crate-defaults.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-cross-crate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-dead-code.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-dead-code.stderr bless the single test 2023-04-14 00:06:21 +12:00
associated-const-generic-obligations.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-generic-obligations.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
associated-const-impl-wrong-lifetime.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-impl-wrong-lifetime.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-impl-wrong-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-impl-wrong-type.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-in-global-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-in-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-in-trait.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-inherent-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-marks-live-code.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-match-patterns.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-no-item.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-no-item.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-outer-ty-refs.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-overwrite-default.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-private-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-private-impl.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-public-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-range-match-patterns.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-resolution-order.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-self-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-trait-bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-type-parameter-arms.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-type-parameter-arms.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-type-parameter-arrays-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-type-parameter-arrays-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-type-parameter-arrays.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-type-parameter-arrays.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-type-parameters.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-ufcs-infer-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-use-default.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const-use-impl-of-same-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
associated-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
defaults-cyclic-fail.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
defaults-cyclic-fail.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
defaults-cyclic-pass.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
defaults-not-assumed-fail.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
defaults-not-assumed-fail.stderr Only enable ConstProp at mir-opt-level >= 2. 2023-04-15 07:46:46 +00:00
defaults-not-assumed-pass.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
infer-placeholder-in-non-suggestable-pos.rs properly check associated consts for infer placeholders 2023-06-11 00:27:03 +00:00
infer-placeholder-in-non-suggestable-pos.stderr properly check associated consts for infer placeholders 2023-06-11 00:27:03 +00:00
issue-24949-assoc-const-static-recursion-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-24949-assoc-const-static-recursion-impl.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-24949-assoc-const-static-recursion-trait-default.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-24949-assoc-const-static-recursion-trait-default.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-24949-assoc-const-static-recursion-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-24949-assoc-const-static-recursion-trait.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-47814.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-47814.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-58022.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-58022.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-63496.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-63496.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-69020-assoc-const-arith-overflow.noopt.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-69020-assoc-const-arith-overflow.opt.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-69020-assoc-const-arith-overflow.opt_with_overflow_checks.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-69020-assoc-const-arith-overflow.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-88599-ref-self.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-93775.rs evaluate: improve and fix recursion depth handling 2023-03-21 09:57:22 +01:00
issue-93835.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-93835.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-102335-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-102335-const.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105330.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105330.stderr pluralize stuff 2023-02-22 21:52:26 +00:00
issue-110933.rs Add a regression test for #110933 2023-06-25 23:03:22 +09:00
mismatched_impl_ty_1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mismatched_impl_ty_2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mismatched_impl_ty_3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
projection-unspecified-but-bounded.rs Don't create projection ty for const projection 2023-04-23 18:09:30 +00:00
projection-unspecified-but-bounded.stderr Don't create projection ty for const projection 2023-04-23 18:09:30 +00:00
shadowed-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
shadowed-const.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00