about summary refs log tree commit diff
path: root/tests/ui/consts/const-fn-error.stderr
AgeCommit message (Collapse)AuthorLines
2024-11-22Get rid of HIR const checkerMichael Goulet-22/+5
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-8/+0
2024-09-15stabilize const_mut_refsRalf Jung-12/+1
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.
2024-01-13Bless testsGeorge-lewis-0/+2
Update tests
2023-04-16fix library and rustdoc testsDeadbeef-16/+3
2023-04-08bless ui testsDeadbeef-3/+16
2023-01-12fix fmt and blessDeadbeef-0/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+46