11266c04a6
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>