pub const LOCAL_IMPORT_CANDIDATE_SEP: &str = "\n";Expand description
Separator for the candidate-file list carried in callee_external_module
while a call is a pending LocalImport. Newlines never appear in project
file paths, so the join/split round-trips losslessly.