Skip to content

Add target_pointer_width = "64" checks.#1

Open
hvdijk wants to merge 1 commit into
heycam:masterfrom
hvdijk:x32
Open

Add target_pointer_width = "64" checks.#1
hvdijk wants to merge 1 commit into
heycam:masterfrom
hvdijk:x32

Conversation

@hvdijk

@hvdijk hvdijk commented Dec 7, 2019

Copy link
Copy Markdown

target_arch = "x86_64" covers both x86_64-unknown-linux-gnu and
x86_64-unknown-linux-gnux32. The latter has 32-bit pointer types and
should just use Box<[T]>.

target_arch = "x86_64" covers both x86_64-unknown-linux-gnu and
x86_64-unknown-linux-gnux32. The latter has 32-bit pointer types and
should just use Box<[T]>.
@bigon

bigon commented Sep 25, 2021

Copy link
Copy Markdown

Any hope this is getting fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants