pub fn parse_import_decl(
src: &str,
file_id: FileId,
) -> (Option<ImportDecl>, Vec<Diagnostic>)Expand description
Parse a single import declaration from source code.
This is used by the REPL to handle import statements entered interactively.