about summary refs log tree commit diff
path: root/tests/ui/specialization/defaultimpl/validation.stderr
AgeCommit message (Collapse)AuthorLines
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-8/+8
2025-03-04Ensure that negative auto impls are always applicableMichael Goulet-15/+13
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-1/+4
``` error: `S2<'_>` is forbidden as the type of a const generic parameter --> $DIR/lifetime-in-const-param.rs:5:23 | LL | struct S<'a, const N: S2>(&'a ()); | ^^ | = note: the only supported types are integers, `bool` and `char` help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types | LL + #![feature(adt_const_params)] | ``` Fix #55941.
2024-02-13Do not assemble candidates for default implsMichael Goulet-5/+17
2023-01-11Move /src/test to /testsAlbert Larsan-0/+51