SIGN IN SIGN UP

Replace todo calls with error values in linux/platform (#8531)

We currently use a mix of unimplemented methods with empty bodies and
`todo!()` calls in linux/platform.

`todo!()`s cause crashes in runtime with accidental key presses or
clicks.

To avoid this, this PR replaces `todo!()`s in linux/platform with error
values.

This helps when working on Zed itself, testing PRs etc.

Release Notes:

- N/A
Ö
Ömer Sinan Ağacan committed
9095a6b04e1d7eb4e6f2241701b2eec29bf4ca5f
Parent: 69e0474
Committed by GitHub <noreply@github.com> on 3/3/2024, 7:18:08 PM