rust/tests/ui/rfcs/rfc-2632-const-trait-impl
Ralf Jung 3175cc2814 stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
..
auxiliary Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
const_derives Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
effects stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
specialization Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00
assoc-type-const-bound-usage-0.rs bless UI tests 2024-06-28 10:57:35 +00:00
assoc-type-const-bound-usage-0.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
assoc-type-const-bound-usage-1.rs general fixups and turn `TODO`s into `FIXME`s 2024-06-28 10:57:35 +00:00
assoc-type-const-bound-usage-1.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
assoc-type.rs general fixups and turn `TODO`s into `FIXME`s 2024-06-28 10:57:35 +00:00
assoc-type.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
attr-misuse.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
attr-misuse.stderr Merge attrs, better validation 2023-06-20 04:38:55 +00:00
call-const-trait-method-fail.rs Make `effects` an incomplete feature 2024-06-22 14:11:11 +00:00
call-const-trait-method-fail.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
call-const-trait-method-pass.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
call-const-trait-method-pass.stderr bless UI tests 2024-06-28 10:57:35 +00:00
call-generic-in-impl.rs bless tests 2024-06-21 11:57:24 +00:00
call-generic-in-impl.stderr bless UI tests 2024-06-28 10:57:35 +00:00
call-generic-method-chain.rs bless tests 2024-06-21 11:57:24 +00:00
call-generic-method-chain.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
call-generic-method-dup-bound.rs bless tests 2024-06-21 11:57:24 +00:00
call-generic-method-dup-bound.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
call-generic-method-fail.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
call-generic-method-nonconst-bound.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
call-generic-method-nonconst.rs bless UI tests 2024-06-28 10:57:35 +00:00
call-generic-method-nonconst.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
call-generic-method-pass.rs bless tests 2024-06-21 11:57:24 +00:00
call-generic-method-pass.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
call.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
const-and-non-const-impl.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const-and-non-const-impl.stderr bless UI tests 2024-06-28 10:57:35 +00:00
const-bound-on-not-const-associated-fn.rs bless UI tests 2024-06-28 10:57:35 +00:00
const-bound-on-not-const-associated-fn.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
const-bounds-non-const-trait.rs Make `effects` an incomplete feature 2024-06-22 14:11:11 +00:00
const-bounds-non-const-trait.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
const-check-fns-in-const-impl.rs Make `effects` an incomplete feature 2024-06-22 14:11:11 +00:00
const-check-fns-in-const-impl.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
const-closure-parse-not-item.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const-closure-parse-not-item.stderr Bless test fallout (duplicate diagnostics) 2024-03-20 13:00:34 -04:00
const-closure-trait-method-fail.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const-closure-trait-method-fail.stderr bless UI tests 2024-06-28 10:57:35 +00:00
const-closure-trait-method.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const-closure-trait-method.stderr bless UI tests 2024-06-28 10:57:35 +00:00
const-closures.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const-closures.stderr Use parenthetical notation for `Fn` traits 2024-05-29 22:26:54 +00:00
const-default-method-bodies.rs Make `effects` an incomplete feature 2024-06-22 14:11:11 +00:00
const-default-method-bodies.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
const-drop-bound.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const-drop-bound.stderr bless tests 2024-06-21 11:57:24 +00:00
const-drop-fail-2.precise.stderr Introduce `const Trait` (always-const trait bounds) 2023-12-27 12:51:32 +01:00
const-drop-fail-2.rs stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
const-drop-fail-2.stderr stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
const-drop-fail-2.stock.stderr Introduce `const Trait` (always-const trait bounds) 2023-12-27 12:51:32 +01:00
const-drop-fail.precise.stderr stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
const-drop-fail.rs stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
const-drop-fail.stock.stderr stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
const-drop.precise.stderr stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
const-drop.rs stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
const-drop.stock.stderr stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
const-fns-are-early-bound.rs address review comments 2024-06-28 15:44:20 +00:00
const-fns-are-early-bound.stderr bless UI tests 2024-06-28 10:57:35 +00:00
const-impl-norecover.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
const-impl-norecover.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
const-impl-recovery.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
const-impl-recovery.stderr Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
const-impl-requires-const-trait.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const-impl-requires-const-trait.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
const-impl-trait.rs Stabilize associated type bounds 2024-03-08 20:56:25 +00:00
const-impl-trait.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
const-trait-bounds-trait-objects.rs temporarily disable effects on specialization tests 2024-06-28 10:57:35 +00:00
const-trait-bounds-trait-objects.stderr temporarily disable effects on specialization tests 2024-06-28 10:57:35 +00:00
const-trait-bounds.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
const-trait-bounds.stderr Add `ConstArgKind::Path` and make `ConstArg` its own HIR node 2024-07-16 19:27:28 -07:00
cross-crate-default-method-body-is-const.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
cross-crate.gatednc.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
cross-crate.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
cross-crate.stock.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
cross-crate.stocknc.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
default-method-body-is-const-body-checking.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
default-method-body-is-const-same-trait-ck.rs Make `effects` an incomplete feature 2024-06-22 14:11:11 +00:00
default-method-body-is-const-same-trait-ck.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
default-method-body-is-const-with-staged-api.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
do-not-const-check-override.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
do-not-const-check.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
feature-gate.gated.stderr Introduce `const Trait` (always-const trait bounds) 2023-12-27 12:51:32 +01:00
feature-gate.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
feature-gate.stock.stderr Bless tests 2024-01-13 12:46:58 -05:00
function-pointer-does-not-require-const.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
gate.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
gate.stderr Bless tests 2024-01-13 12:46:58 -05:00
generic-bound.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
generic-bound.stderr bless UI tests 2024-06-28 10:57:35 +00:00
hir-const-check.rs Make `effects` an incomplete feature 2024-06-22 14:11:11 +00:00
hir-const-check.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
ice-119717-constant-lifetime.rs finishing touches, move fixed ICEs to ui tests 2024-06-28 10:57:35 +00:00
ice-119717-constant-lifetime.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
ice-120503-async-const-method.rs Do not try to reveal hidden types when trying to prove Freeze in the defining scope 2024-07-24 16:00:48 +00:00
ice-120503-async-const-method.stderr Do not try to reveal hidden types when trying to prove Freeze in the defining scope 2024-07-24 16:00:48 +00:00
ice-121536-const-method.rs Make `effects` an incomplete feature 2024-06-22 14:11:11 +00:00
ice-121536-const-method.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
ice-123664-unexpected-bound-var.rs finishing touches, move fixed ICEs to ui tests 2024-06-28 10:57:35 +00:00
ice-123664-unexpected-bound-var.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
ice-124857-combine-effect-const-infer-vars.rs finishing touches, move fixed ICEs to ui tests 2024-06-28 10:57:35 +00:00
ice-124857-combine-effect-const-infer-vars.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
ice-126148-failed-to-normalize.rs finishing touches, move fixed ICEs to ui tests 2024-06-28 10:57:35 +00:00
ice-126148-failed-to-normalize.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
impl-tilde-const-trait.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
impl-tilde-const-trait.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
impl-with-default-fn-fail.rs bless UI tests 2024-06-28 10:57:35 +00:00
impl-with-default-fn-fail.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
impl-with-default-fn-pass.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
inherent-impl-const-bounds.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
inherent-impl.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
inherent-impl.stderr Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
inline-incorrect-early-bound-in-ctfe.rs Make sure that args are compatible in resolve_associated_item 2024-07-24 22:59:57 -04:00
inline-incorrect-early-bound-in-ctfe.stderr Make sure that args are compatible in resolve_associated_item 2024-07-24 22:59:57 -04:00
issue-79450.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
issue-79450.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
issue-88155.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-88155.stderr Provide structured suggestion for `#![feature(foo)]` 2024-03-18 16:08:58 +00:00
issue-92111.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-92111.stderr bless tests 2024-06-21 11:57:24 +00:00
issue-92230-wf-super-trait-env.rs bless UI tests 2024-06-28 10:57:35 +00:00
issue-100222.rs stabilize const_mut_refs 2024-09-15 09:51:32 +02:00
issue-102156.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
issue-102156.stderr Do not use question as label 2024-07-24 21:03:27 +00:00
issue-102985.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-102985.stderr Provide structured suggestion for `#![feature(foo)]` 2024-03-18 16:08:58 +00:00
issue-103677.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
match-non-const-eq.gated.stderr Provide structured suggestion for `#![feature(foo)]` 2024-03-18 16:08:58 +00:00
match-non-const-eq.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
match-non-const-eq.stock.stderr Provide structured suggestion for `#![feature(foo)]` 2024-03-18 16:08:58 +00:00
mbe-bare-trait-objects-const-trait-bounds.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
mbe-const-trait-bound-theoretical-regression.rs Support async trait bounds in macros 2024-02-20 16:09:09 +00:00
mbe-const-trait-bound-theoretical-regression.stderr Support async trait bounds in macros 2024-02-20 16:09:09 +00:00
mbe-dyn-const-2015.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
mutually-exclusive-trait-bound-modifiers.rs And additionally enforce ? and async/const aren't mixed 2024-07-11 00:00:03 -04:00
mutually-exclusive-trait-bound-modifiers.stderr And additionally enforce ? and async/const aren't mixed 2024-07-11 00:00:03 -04:00
nested-closure.rs Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) 2024-02-20 20:55:13 -07:00
non-const-op-const-closure-non-const-outer.rs Better group RFC ui tests together 2023-06-05 16:09:46 +00:00
non-const-op-const-closure-non-const-outer.stderr Provide structured suggestion for `#![feature(foo)]` 2024-03-18 16:08:58 +00:00
non-const-op-in-closure-in-const.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
non-const-op-in-closure-in-const.stderr bless UI tests 2024-06-28 10:57:35 +00:00
specializing-constness-2.rs temporarily disable effects on specialization tests 2024-06-28 10:57:35 +00:00
specializing-constness-2.stderr Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00
specializing-constness.rs bless UI tests 2024-06-28 10:57:35 +00:00
specializing-constness.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
staged-api-user-crate.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
staged-api-user-crate.stderr Provide structured suggestion for `#![feature(foo)]` 2024-03-18 16:08:58 +00:00
staged-api.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
staged-api.stable.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
staged-api.unstable.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
static-const-trait-bound.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
std-impl-gate.gated.stderr Provide structured suggestion for `#![feature(foo)]` 2024-03-18 16:08:58 +00:00
std-impl-gate.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
std-impl-gate.stock.stderr Provide structured suggestion for `#![feature(foo)]` 2024-03-18 16:08:58 +00:00
super-traits-fail-2.nn.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
super-traits-fail-2.ny.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
super-traits-fail-2.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
super-traits-fail-2.yn.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
super-traits-fail-2.yy.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
super-traits-fail-3.nn.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
super-traits-fail-3.ny.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
super-traits-fail-3.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
super-traits-fail-3.yn.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
super-traits-fail-3.yy.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
super-traits-fail.rs remove invalid `TyCompat` relation for effects 2024-08-24 14:24:21 +08:00
super-traits-fail.stderr remove invalid `TyCompat` relation for effects 2024-08-24 14:24:21 +08:00
super-traits.rs address review comments 2024-06-28 15:44:20 +00:00
super-traits.stderr address review comments 2024-06-28 15:44:20 +00:00
syntax.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
tilde-const-and-const-params.rs Validate `~const` trait bounds on associated fns. 2023-09-30 19:00:45 -04:00
tilde-const-and-const-params.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
tilde-const-assoc-fn-in-trait-impl.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
tilde-const-inherent-assoc-const-fn.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
tilde-const-invalid-places.rs Avoid silencing relevant follow-up errors 2024-01-09 21:08:16 +00:00
tilde-const-invalid-places.stderr bless UI tests 2024-06-28 10:57:35 +00:00
tilde-const-syntax.rs Enforce that ? and for<...> are not combined 2024-07-10 17:49:50 -04:00
tilde-const-trait-assoc-tys.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
tilde-twice.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
tilde-twice.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
trait-default-body-stability.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
trait-default-body-stability.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
trait-method-ptr-in-consts-ice.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
trait-where-clause-const.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
trait-where-clause-const.stderr Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
trait-where-clause-run.rs temporarily disable effects on specialization tests 2024-06-28 10:57:35 +00:00
trait-where-clause-self-referential.rs Migrate tests to use `-Znext-solver` 2024-06-30 17:08:45 +00:00
trait-where-clause.rs Validate `~const` trait bounds on associated fns. 2023-09-30 19:00:45 -04:00
trait-where-clause.stderr Add `Span` to `TraitBoundModifier` 2023-11-24 14:32:05 +00:00
unsatisfied-const-trait-bound.rs bless UI tests 2024-06-28 10:57:35 +00:00
unsatisfied-const-trait-bound.stderr bless UI tests 2024-06-28 10:57:35 +00:00