about summary refs log tree commit diff
path: root/src/test/ui/impl-trait/bindings-opaque.stderr
AgeCommit message (Collapse)AuthorLines
2021-07-17Remove OpaqueTyOrigin::BindingSantiago Pastorino-30/+0
2020-09-02pretty: trim paths of unique symbolsDan Aloni-6/+6
If a symbol name can only be imported from one place for a type, and as long as it was not glob-imported anywhere in the current crate, we can trim its printed path and print only the name. This has wide implications on error messages with types, for example, shortening `std::vec::Vec` to just `Vec`, as long as there is no other `Vec` importable anywhere. This adds a new '-Z trim-diagnostic-paths=false' option to control this feature. On the good path, with no diagnosis printed, we should try to avoid issuing this query, so we need to prevent trimmed_def_paths query on several cases. This change also relies on a previous commit that differentiates between `Debug` and `Display` on various rustc types, where the latter is trimmed and presented to the user and the former is not.
2020-05-09adjust testsRalf Jung-1/+2
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-01-08Unify output of "variant not found" errorsEsteban Küber-3/+3
2019-09-08Give method not found a primary span labelEsteban Küber-3/+3
2019-07-30--bless tests due to INCOMPLETE_FEATURES being a lint.Mazdak Farrokhzad-0/+2
2019-05-13add impl_trait_in_bindings to INCOMPLETE_FEATURESPulkit Goyal-3/+9
impl_trait_in_bindings is not yet complete and can lead to compiler crashes. Fixes #60764.
2018-12-25Remove licensesMark Rousskov-3/+3
2018-12-04Update testsOliver Scherer-2/+2
2018-09-25Added tests.Alexander Regueiro-0/+21