On 2020-09-08, Neil Bothwick <[email protected]> wrote: > There is a way, uninstall rust. virtual/rust requires only one of rust > and rust-bin, if both are installed it will take rust meaning rust-bin > gets depcleaned. If only one is installed, the virtual will take that. If > neither is install, the virtual will pull in rust. > > Adding packages like this to the world file is storing up problems for > later.
Ah, so I should have installed rust-bin _without_ adding it to the world file so that when the last package requiring rust gets removed, rust will get removed by --depclean...

