1
Fork 0
rust/compiler/rustc_codegen_llvm/src/debuginfo
Matthias Krüger e961d6b204
Rollup merge of #129332 - cuviper:cstr-cast, r=compiler-errors
Avoid extra `cast()`s after `CStr::as_ptr()`

These used to be `&str` literals that did need a pointer cast, but that
became a no-op after switching to `c""` literals in #118566.
2024-08-21 18:15:04 +02:00
..
metadata Use the enum2$ Natvis visualiser for repr128 C-style enums 2024-08-13 19:53:21 +01:00
create_scope_map.rs Rework MIR inlining debuginfo so function parameters show up in debuggers. 2024-08-12 19:20:00 -07:00
doc.md fix most compiler/ doctests 2022-05-02 17:40:30 -07:00
gdb.rs Avoid extra cast()s after CStr::as_ptr() 2024-08-20 14:04:48 -07:00
metadata.rs Avoid extra cast()s after CStr::as_ptr() 2024-08-20 14:04:48 -07:00
mod.rs Rollup merge of #129332 - cuviper:cstr-cast, r=compiler-errors 2024-08-21 18:15:04 +02:00
namespace.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
utils.rs Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen 2024-08-08 12:15:16 -04:00