Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of the absolute path printer in type mismatch diagnostics #116813

Closed
wants to merge 1 commit into from

Commits on Oct 16, 2023

  1. Get rid of the absolute path printer in type mismatch diagnostics

    The logic was added in rust-lang#42826.
    
    The tests for it (`run-make/type-mismatch-same-crate-name` and
    `ui/type/type/type-mismatch-same-crate-name.rs) pass when being replaced
    by this, which makes sense, as `no_trimmed!(no_visible!())` should be
    equivalent to the custom absolute printer.
    Noratrieb committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8572eac View commit details
    Browse the repository at this point in the history