Perform meta tag matching to bind to crates #459
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
A-linkage
Area: linking into static, shared libraries and binaries
Milestone
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.
The text was updated successfully, but these errors were encountered: