The deployment target environment variable is OS-specific, and if you're in a place where you're asking `rustc` for the deployment target, you're likely to also wanna know the environment variable.
--print host-triple
People often parse `-vV` output to get to the host triple, which is annoying to do. It's easier to just get it directly.