about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/std-impl-gate.rs
AgeCommit message (Collapse)AuthorLines
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-3/+4
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-23Note def descr in NonConstFunctionCallMichael Goulet-1/+1
2024-10-22Move testsMichael Goulet-0/+21