..
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
Point out if a local trait has no implementations
2023-09-10 21:20:36 +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 required_consts check to general post-mono-check function
2023-09-14 22:30:42 +02:00
defaults-cyclic-fail.stderr
move required_consts check to general post-mono-check function
2023-09-14 22:30:42 +02: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
Add a note to duplicate diagnostics
2023-10-05 01:04:41 +00:00
defaults-not-assumed-pass.rs
Move /src/test to /tests
2023-01-11 09:32:08 +00:00
double-elided.rs
Fall through when resolving elided assoc const lifetimes
2023-09-01 07:23:39 +00:00
double-elided.stderr
Fall through when resolving elided assoc const lifetimes
2023-09-01 07:23:39 +00:00
infer-placeholder-in-non-suggestable-pos.rs
Warn on elided lifetimes in associated constants
2023-08-20 00:21:47 +00:00
infer-placeholder-in-non-suggestable-pos.stderr
Warn on elided lifetimes in associated constants
2023-08-20 00:21:47 +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 required_consts check to general post-mono-check function
2023-09-14 22:30:42 +02: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 required_consts check to general post-mono-check function
2023-09-14 22:30:42 +02: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 required_consts check to general post-mono-check function
2023-09-14 22:30:42 +02: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_with_overflow_checks.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.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
Tweak wording of E0562
2023-10-04 19:51:43 +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