Module rustc_resolve::imports
source · Expand description
A bunch of methods and structures more or less related to resolving imports.
Structs
- Import 🔒One import.
- Records information about the resolution of a name in a namespace of a module.
- An error that may be transformed into a diagnostic later. Used to combine multiple unresolved import errors within the same use tree into a single diagnostic.
Enums
- Contains data for specific kinds of imports.
Constants
- Upper limit on the number of
span_label
messages.
Statics
Functions
Type Definitions
- Res 🔒