about summary refs log tree commit diff
path: root/tests/ui/consts/const-try.stderr
AgeCommit message (Collapse)AuthorLines
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-37/+0
2025-07-17parse `const trait Trait`Deadbeef-4/+4
2024-12-10Tweak wording of non-const traits used as const boundsEsteban Küber-2/+2
Use verbose suggestions and add additional labels/notes. Add more test cases for stable/nightly and feature enabled/disabled.
2024-11-22Get rid of HIR const checkerMichael Goulet-2/+2
2024-11-03Yeet effects featureMichael Goulet-4/+4
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-1/+18
2024-10-24Add next-solver to more effects testsMichael Goulet-7/+2
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-1/+6
2024-06-28bless tests part 1Deadbeef-29/+12
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-2/+8
``` 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.
2023-12-19bless ui testsDeadbeef-0/+2
2023-08-06bless testsDeadbeef-12/+21
2023-04-16fix library and rustdoc testsDeadbeef-0/+20