Andrew Kelley 507a8096d2 std: fix compile errors caught by stage2 AstGen
* `comptime const` is redundant
 * don't use `extern enum`; specify a tag type.
   `extern enum` is only when you need tags to alias. But aliasing tags
   is a smell. I will be making a proposal shortly to remove `extern enum`
   from the language.
 * there is no such thing as `packed enum`.
 * instead of `catch |_|`, omit the capture entirely.
 * unused function definition with missing parameter name
 * using `try` outside of a function or test
2021-04-22 18:07:46 -07:00
..
2021-04-19 18:44:59 -07:00
2021-04-19 18:44:59 -07:00
2021-02-10 11:50:55 -08:00
2021-04-22 16:31:51 -07:00
2021-04-15 19:06:39 -07:00
2021-04-22 16:31:51 -07:00
2020-09-21 18:38:55 -07:00
2021-04-22 16:31:51 -07:00
2018-10-27 11:35:01 -04:00
2020-12-16 12:18:14 +01:00
2020-12-16 12:18:14 +01:00
2021-04-22 16:31:51 -07:00