about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/builder.rs
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2024-09-18 14:32:23 -0700
committerGitHub <noreply@github.com>2024-09-18 14:32:23 -0700
commit4722ad149e02f9923715fc69fc11af62af2c771f (patch)
tree9c661841b39f80f24ae1352900682ea2f9826032 /compiler/rustc_codegen_llvm/src/builder.rs
parentf79a912d9edc3ad4db910c0e93672ed5c65133fa (diff)
parent0fa92b4159ae852c3ffdc25131518cc07ab21dd0 (diff)
downloadrust-4722ad149e02f9923715fc69fc11af62af2c771f.tar.gz
rust-4722ad149e02f9923715fc69fc11af62af2c771f.zip
Rollup merge of #97524 - ibraheemdev:thread-raw, r=ibraheemdev
Add `Thread::{into_raw, from_raw}`

Public API:
```rust
#![unstable(feature = "thread_raw", issue = "97523")]

impl Thread {
    pub fn into_raw(self) -> *const ();
    pub unsafe fn from_raw(ptr: *const ()) -> Thread;
}
```

ACP: https://github.com/rust-lang/libs-team/issues/200
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/builder.rs')
0 files changed, 0 insertions, 0 deletions