Closed
Description
Bootstrap is unfortunately quite inconsistent about which it uses currently :(
$ rg -g '!build.rs' println src/bootstrap/ | grep -v eprintln | wc -l
88
$ rg eprintln src/bootstrap/ | wc -l
60
stderr probably makes more sense? but I don't know when someone would look at just stdout or just stderr; having a hard time imagining use cases.
cc @bjorn3
Originally posted by @jyn514 in #96687 (comment)