Skip to content
New issue

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

Perform meta tag matching to bind to crates #459

Closed
graydon opened this issue Jun 8, 2011 · 0 comments
Closed

Perform meta tag matching to bind to crates #459

graydon opened this issue Jun 8, 2011 · 0 comments
Labels
A-frontend Area: frontend (errors, parsing and HIR) A-linkage Area: linking into static, shared libraries and binaries

Comments

@graydon
Copy link
Contributor

graydon commented Jun 8, 2011

Currently 'use std' is resolved by unambiguously opening libstd.so (or .dylib, .dll) in each of the library search paths. This is inadequate. We should be opening all relevant crates and scanning the metadata sections looking for meta tag matches.

keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
Make openbsdlike to support 64 and 32 bits archs
dlrobertson pushed a commit to dlrobertson/rust that referenced this issue Nov 29, 2018
GuillaumeGomez pushed a commit to GuillaumeGomez/rust that referenced this issue Mar 5, 2024
fix(fmt/style): Clippy-generated Code Correction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: frontend (errors, parsing and HIR) A-linkage Area: linking into static, shared libraries and binaries
Projects
None yet
Development

No branches or pull requests

1 participant