mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 19:23:50 +00:00
Add ptr import (fixup #28187)
This commit is contained in:
parent
94807b2f9c
commit
e6e175b828
@ -146,7 +146,7 @@ mod imp {
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd")))]
|
||||
mod imp {
|
||||
use libc;
|
||||
use ptr;
|
||||
|
||||
pub unsafe fn init() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user