Files
rust/tests/ui/lint
Esteban Küber c3301503b9 Make Default const and add some const Default impls
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>
2025-07-07 22:09:37 +00:00
..
2024-03-14 09:54:42 +08:00
2024-05-15 13:17:11 -05:00
2025-01-07 16:04:14 +01:00
2025-04-20 11:18:38 +02:00
2025-04-06 21:41:47 +02:00
2024-04-22 18:48:47 +02:00
2024-11-16 20:03:31 +00:00
2024-12-09 17:31:16 +08:00
2024-09-23 12:55:56 -04:00
2024-01-05 10:56:59 +00:00
2024-06-25 17:22:22 +02:00
2024-06-25 17:22:22 +02:00
2024-12-24 11:35:38 +08:00