mirror of
https://github.com/ziglang/zig.git
synced 2026-01-11 09:55:12 +00:00
* the root struct decl name is fully qualified this prevents error messages containing 'main.main' * avoid declared here note when file struct is missing a member It always points at the start of the file which might contain another container misleading the user.