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 |
|
Michael Goulet
|
0b5ddf30eb
|
Yeet effects feature
|
2024-11-03 18:59:31 +00:00 |
|
Deadbeef
|
daff015314
|
Migrate tests to use -Znext-solver
|
2024-06-30 17:08:45 +00:00 |
|
许杰友 Jieyou Xu (Joe)
|
ec2cc761bc
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
Deadbeef
|
6c1e3bb6e9
|
bless tests
|
2023-08-06 13:34:53 +00:00 |
|
Deadbeef
|
4c6ddc036b
|
fix library and rustdoc tests
|
2023-04-16 11:38:52 +00:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|