We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object::exports
Object::exports should return some kind of iterator.
Currently It requires allocating a Vec, which should be unnecessary...
The text was updated successfully, but these errors were encountered:
Changing to an iterator and using a trait for the iterator items would also allow more file format specific information to be exposed. For example, it would be useful to know which ELF exports are for TLS (https://github.com/bjorn3/rustc_codegen_cranelift/pull/1269#issuecomment-1221935414).
Sorry, something went wrong.
No branches or pull requests
Object::exports
should return some kind of iterator.Currently It requires allocating a Vec, which should be unnecessary...
The text was updated successfully, but these errors were encountered: