about summary refs log tree commit diff
path: root/tests/ui/consts/rustc-impl-const-stability.stderr
AgeCommit message (Collapse)AuthorLines
2025-07-17parse `const trait Trait`Deadbeef-2/+2
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-3/+3
Full list of `impl const Default` types: - () - bool - char - Cell - std::ascii::Char - usize - u8 - u16 - u32 - u64 - u128 - i8 - i16 - i32 - i64 - i128 - f16 - f32 - f64 - f128 - std::marker::PhantomData<T> - Option<T> - std::iter::Empty<T> - std::ptr::Alignment - &[T] - &mut [T] - &str - &mut str - String - Vec<T>
2024-12-10Tweak wording of non-const traits used as const boundsEsteban Küber-1/+1
Use verbose suggestions and add additional labels/notes. Add more test cases for stable/nightly and feature enabled/disabled.
2024-11-03Yeet effects featureMichael Goulet-1/+1
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-11/+2
2024-06-28bless tests part 1Deadbeef-11/+1
2024-06-22Make `effects` an incomplete featureDeadbeef-1/+10
2023-08-07Fix ICEDeadbeef-9/+2
2023-08-06bless testsDeadbeef-1/+18
2023-04-16fix library and rustdoc testsDeadbeef-0/+11