Closed
Description
Not all types inside libstd have set-in-stone names that cannot be changed: some are in fact quite arbitrary and deeply internal. It seems that because r-a precomputes CrateOrigin::Lang
for std, rename-refactors will never work in libstd. This is because of #15232 I presume.
The "problem" is just that this is a very funny answer when the crate that you have a file open from is uhhh, rust/library/std and the file is library/std/src/sys/pal/unix/stack_overflow.rs and such.
I will go back to multicursor editing, I suppose.