aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/@export_with_undeclared_identifier.zig
AgeCommit message (Collapse)Author
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2023-09-22AstGen: fix @export with undeclared identifier crashingWooster
This required a third `if (found_already == null)` in another place in AstGen.zig for this special case of `@export`. Fixes #17188