mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:02:35 +03:00
abda584a5a
Don't print full paths in overlap errors We don't print the full path in other diagnostics -- I don't think it particularly helps with the error message. I also delayed the printing until actually needing to render the error message. r? diagnostics