How do rustup overrides work?

I've used a couple "version managers" in the past, and they work in different ways. For example, some copy files around whenever you cd into or out of an overridden dir. Others wrap the main tool in a shim which actually calls the correct one.

How does rustup work? I sense there might be something a little more complex going on

If you open the rustup settings file (on Linux found at ~/.rustup/settings.toml), you'll see a section called [overrides] which lists the paths that have been overriden.

Shims.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.