about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2632-const-trait-impl/std-impl-gate.gated.stderr
AgeCommit message (Collapse)AuthorLines
2024-10-22Move testsMichael Goulet-22/+0
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-08Continue to borrowck even if there were previous errorsOli Scherer-2/+12
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-06-05Better group RFC ui tests togetherMaybe Waffle-0/+9