ty: Use canonical type to access pointee. by emilio · Pull Request #2245 · rust-lang/rust-bindgen
Navigation Menu
{{ message }}
rust-lang / rust-bindgen Public
- Notifications You must be signed in to change notification settings
- Fork 791
Merged
ty: Use canonical type to access pointee.#2245
ty: Use canonical type to access pointee.#2245
Conversation
Copy link
Contributor
Using the canonical type fixes this but changes the output of some tests
(in particular, pointer to typedefs now point to the underlying type).
So do this only in known-bad cases.
Fixes #2244
emilio
force-pushed
the
pointer-unknown-attr-const
branch
from
a19cd80 to
cc94ee1
Compare
Using the canonical type fixes this but changes the output of some tests (in particular, pointer to typedefs now point to the underlying type). So do this only in known-bad cases. Fixes #2244
emilio
force-pushed
the
pointer-unknown-attr-const
branch
from
cc94ee1 to
d3d6a44
Compare
emilio
merged commit
ef2ee38
into
master
emilio
deleted the
pointer-unknown-attr-const
branch
ojeda
mentioned this pull request
42 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment