bors
f838cbc06d
Auto merge of #134628 - estebank:const-default, r=oli-obk
Make `Default` const and add some `const Default` impls
Full list of `impl const Default` types:
- ()
- bool
- char
- 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>
2025-07-08 14:04:40 +00:00
..
2025-03-06 20:20:38 -08:00
2025-07-06 10:40:55 -04:00
2025-06-24 15:39:37 +02:00
2025-05-05 21:56:33 +02:00
2025-07-07 22:09:37 +00:00
2025-07-03 10:52:21 -07:00
2025-03-07 19:11:13 +00:00
2025-07-03 20:03:49 +00:00
2025-03-07 19:11:13 +00:00
2025-04-12 22:26:38 +08:00
2024-04-03 20:27:20 +02:00
2025-07-07 22:09:37 +00:00
2025-04-28 06:56:13 +10:00
2025-07-01 18:25:30 +02:00
2025-06-06 06:39:51 +02:00
2025-06-06 06:39:51 +02:00
2025-07-08 14:04:40 +00:00
2025-07-01 18:25:30 +02:00
2024-12-05 14:14:17 -08:00