On Mon, Nov 11, 2024 at 9:16 AM Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote: > > moment only the patches up to introducing the new `ffi::` crate (which > includes most of the changes), i.e. up to commit d072acda4862 ("rust: > use custom FFI integer types") but without doing the big remapping > just yet, so that others have it available for their branches, and "without doing the big remapping" is ambiguous -- I meant "actual remapping", i.e. taking the commit as-is without the next commit, since we should be able to do most of the renames already. But the other interpretation, i.e. skipping most of the changes/renames `core` -> `ffi` in that commit and do those later when we do the actual remapping (which is most of the changes, in fact), is also fine. They are not needed right away. I will check how it would look like on top of next. Cheers, Miguel