Jonathan Brouwer
70da804451
Rollup merge of #153159 - Zalathar:emit-workaround, r=nnethercote
...
Work around a false `err.emit();` type error in rust-analyzer
For whatever reason, rust-analyzer doesn't see that these calls to `err.emit();` are diverging, so the trailing semicolon makes r-a complain about a type mismatch between `()` and some other type.
Removing the trailing semicolon makes no functional difference (because the emit still unwinds the stack), but seems to be enough to allow rust-analyzer to see that emitting an error returns `!` in these cases, which silences the false error.
2026-02-27 14:05:38 +01:00
..
2026-01-23 21:04:27 +00:00
2026-02-20 20:22:31 -08:00
2026-02-08 18:21:47 +11:00
2026-02-26 09:41:21 +01:00
2026-02-25 03:16:17 +00:00
2026-02-23 20:46:13 +01:00
2026-02-12 15:12:29 +08:00
2026-02-26 09:50:36 +01:00
2026-02-26 09:31:29 +01:00
2026-02-26 16:39:20 +00:00
2026-02-22 19:59:25 +01:00
2026-02-25 21:42:53 -05:00
2026-02-26 09:50:36 +01:00
2026-02-27 10:51:55 +01:00
2026-02-25 21:42:55 -05:00
2026-02-25 08:09:43 -08:00
2026-02-24 09:34:59 +01:00
2026-02-24 10:50:39 +01:00
2026-02-22 11:31:17 +01:00
2026-02-22 11:31:14 +01:00
2026-02-26 16:44:42 +01:00
2026-02-22 19:59:25 +01:00
2026-02-26 09:50:36 +01:00
2026-02-24 22:51:42 -05:00
2026-02-09 07:59:24 -08:00
2026-02-25 22:51:53 +08:00
2026-02-20 13:24:57 +01:00
2026-02-13 09:25:39 +08:00
2026-02-26 13:00:28 +11:00
2026-02-27 13:06:14 +11:00
2026-01-27 12:06:55 +11:00
2026-02-26 09:47:06 +01:00
2026-02-24 10:50:38 +01:00
2026-02-21 11:47:45 +00:00
2026-02-24 12:03:17 +01:00
2026-02-25 21:42:57 -05:00
2026-02-20 13:24:55 +01:00
2026-02-26 09:57:06 +01:00
2026-02-25 22:51:53 +08:00
2026-02-20 09:50:16 +01:00
2026-02-27 10:24:39 +01:00
2026-02-24 20:34:22 +01:00
2026-02-11 13:48:50 +01:00
2026-02-27 14:05:38 +01:00
2026-02-18 19:39:51 +09:00
2026-02-26 09:50:36 +01:00
2026-02-24 20:34:22 +01:00
2026-02-24 20:34:22 +01:00
2026-01-08 14:10:33 +01:00
2026-02-27 14:05:34 +01:00
2026-02-20 17:59:47 +03:30
2026-02-27 22:53:26 +11:00
2026-02-27 14:05:37 +01:00
2026-02-20 09:50:16 +01:00
2026-02-13 09:25:39 +08:00
2026-02-27 13:06:14 +11:00
2026-02-26 09:50:36 +01:00
2026-02-20 09:50:16 +01:00
2026-02-24 07:56:31 +01:00
2026-02-10 10:22:05 -05:00
2026-02-26 09:57:03 +01:00
2026-01-19 16:08:54 +00:00
2026-01-12 09:22:58 +11:00
2026-02-20 09:50:16 +01:00
2026-02-21 00:43:29 +08:00