Files
RedBear-OS/local
vasilito 520b0284d9 local/recipes: fix firmware-loader + redbear-greeter compile (full target)
- firmware-loader: wrap libc::fcntl in unsafe (E0133); .map(|_|()) so
  notify_scheme_ready returns Result<(),String> not Result<usize,_> (E0308).
- redbear-greeter: log::debug! -> eprintln! (the  crate isn't a dep;
  matches the surrounding eprintln! style) (E0433).

Found by --check-sweep on redbear-full.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-28 12:17:23 +09:00
..