Files
RedBear-OS/bootstrap
vasilito 11266c04a6 bootstrap: fix redox-scheme API skew (IntoTag path + ref-in-pattern)
base-initfs 'bootstrap' bin failed to compile against current redox-scheme:
- IntoTag is re-exported only from redox_scheme::scheme (top-level path is
  private) -> import it from scheme::{...} (fixes E0603 + the E0599 into_tag
  not-in-scope at initnsmgr.rs:242).
- Op::OpenAt(ref o) uses an explicit 'ref' inside matches!(&op, ...) which is
  now rejected under match ergonomics ('cannot explicitly borrow within an
  implicitly-borrowing pattern') -> drop 'ref'.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-28 15:31:11 +09:00
..
2026-04-19 20:49:19 +02:00