about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2024-12-21 20:25:43 +0000
committerEsteban Küber <esteban@kuber.com.ar>2025-07-07 22:09:37 +0000
commitd6f7aad00ee9fe8658722d634bfa8473352cfc95 (patch)
treee9cdc9e6b810ee561708e03db0163a7c1d21d523 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent9ac09016b01db56947fbb9d4d4fd128f7fe4fd46 (diff)
downloadrust-d6f7aad00ee9fe8658722d634bfa8473352cfc95.tar.gz
rust-d6f7aad00ee9fe8658722d634bfa8473352cfc95.zip
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>
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions