Skip to content

Commit

Permalink
Rollup merge of rust-lang#105120 - solid-rs:patch/kmc-solid/maintaina…
Browse files Browse the repository at this point in the history
…nce, r=thomcc

kmc-solid: `std::sys` code maintenance

Includes a set of changes to fix the [`*-kmc-solid_*`](https://doc.rust-lang.org/nightly/rustc/platform-support/kmc-solid.html) Tier 3 targets and make some other improvements.

- Address `fuzzy_provenance_casts` by using `expose_addr` and `from_exposed_addr` for pointer-integer casts
- Add a stub implementation of `is_terminal` (rust-lang#98070)
- Address `unused_imports` and `unused_unsafe`
- Stop doing `Box::from_raw(&*(x: Box<T>) as *const T as *mut T)`
  • Loading branch information
matthiaskrgr committed Dec 8, 2022
2 parents 6133903 + 61d6172 commit 5455716
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 5455716

Please sign in to comment.