Closed
Description
For syntax extensions (and possibly semantic extensions) to load in from external crates, we need to dynamically load them. Currently the library-scanning machinery is a bit too weak to handle this, and there's no os-level interface in the standard library for fetching symbols from a loaded library. Implement all this.