Phased out async-stream in pursuit of compile performance
This commit is contained in:
@@ -120,7 +120,7 @@ pub async fn parse_exportable_item<'a>(
|
||||
let ext_lines = ctx.systems().flat_map(System::line_types).join(", ");
|
||||
return Err(mk_errv(
|
||||
ctx.i().i("Unrecognized line type").await,
|
||||
format!("Line types are: const, mod, macro, grammar, {ext_lines}"),
|
||||
format!("Line types are: mod, {ext_lines}"),
|
||||
[tail.prev().sr()],
|
||||
));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user