Open
Description
When you trigger an ICE, rustc generates this stacktrace file and prints its location as absolute path:
note: please attach the file at /home/matthias/vcs/github/rust/rustc-ice-2024-08-03T09_07_05-3443169.txt
to your bug report
This absolute path is part of the backtrace and often copied into the ticket and can contain sensitive information such as users real names or where they work, when its a work computer, etc...
Can we make this a relative path?
cc @estebank