Modules
Constants
Traits
- A trait to work around not having trait object upcasting: Add
AsAny
as supertrait and your trait objects can be turned into&dyn Any
on which you can then calldowncast
.
Functions
- Check that the number of args is what we expect.
- Retrieve the list of local crates that should have been passed by cargo-miri in MIRI_LOCAL_CRATES and turn them into
CrateNum
s. - Helper function used inside the shims of foreign functions to check that
target_os
is a supported UNIX OS. - Gets an instance for a path.