summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
2021-12-18Auto merge of #92062 - matthiaskrgr:rollup-en3p4sb, r=matthiaskrgrbors-9/+29
2021-12-18get_mut_span_in_struct_field uses span.betweenLucas Kent-1/+1
2021-12-17Improve suggestion to change struct field to &mutLucas Kent-9/+29
2021-12-04Use multipart suggestions.Camille GILLOT-1/+5
2021-12-04Include output type in fn trait bounds.Camille GILLOT-1/+1
2021-12-04Lint bare traits in AstConv.Camille GILLOT-14/+26
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-25/+0
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-0/+10
2021-11-16Add new tests for compatible variant diagnostics.Mara Bos-0/+180
2021-11-16Update tests.Mara Bos-5/+5
2021-10-24Always sort suggestions before emitting themEsteban Kuber-2/+2
2021-10-15Bless testsCameron Steffen-2/+2
2021-09-30Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehussbors-3/+3
2021-09-28Improve help for recursion limit errorsRoss MacArthur-3/+3
2021-09-25Use larger span for adjustments on method callsAaron Hill-8/+9
2021-09-19Suggest replacing braces for brackets on array-esque invalid block exprHirochika Matsumoto-0/+66
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-3/+9
2021-08-30Fix testsCameron Steffen-2/+2
2021-08-29rebase: fix test outputEsteban Kuber-2/+3
2021-08-29Provide structured suggestion for removal of `&mut`Esteban Kuber-3/+2
2021-08-29Suggestion for call on immutable binding of mutable typeEsteban Küber-9/+33
2021-08-16Use note to point at bound introducing requirementEsteban Küber-3/+5
2021-08-11Modify structured suggestion outputEsteban Küber-36/+36
2021-07-28Rollup merge of #87453 - ibraheemdev:i-68697, r=wesleywiserYuki Okushi-8/+14
2021-07-25suggest removing unnecessary \&mut as help messageibraheemdev-8/+14
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-9/+15
2021-07-02Improve error reporting for modifications behind `&` referencesFabian Wolff-2/+2
2021-06-22Updated tests to reflect specified types in E0121Deadbeef-20/+20
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-6/+6
2021-04-23Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis"Santiago Pastorino-0/+24
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-10/+50
2021-03-19update testsmark-3/+30
2021-02-19Support `pub` on `macro_rules`Vadim Petrochenkov-24/+0
2020-11-29Fixes #79357 unstable or-pat suggestionsunknown-30/+3
2020-10-28Adjust turbofish help message for const genericsvarkor-7/+7
2020-10-20review commentsEsteban Küber-1/+1
2020-10-20Tweak "object unsafe" errorsEsteban Küber-0/+1
2020-10-17Rollup merge of #77855 - davidtwco:pr-77341-follow-up-non-constructable-varia...Yuki Okushi-3/+24
2020-10-16stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'Ralf Jung-18/+4
2020-10-15resolve: improve "try using tuple struct" messageDavid Wood-3/+3
2020-10-15resolve: suggest variants with placeholdersDavid Wood-0/+21
2020-09-29resolve: improve "try using the enum's variant"David Wood-32/+10
2020-09-15Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwcobors-3/+101
2020-09-14Detect turbofish with multiple type params missing leading `::`Esteban Küber-3/+101
2020-09-02pretty: trim paths of unique symbolsDan Aloni-11/+11
2020-08-18Don't emit "is not a logical operator" error outside of associative expressionsTyson Nottingham-169/+17
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-4/+279
2020-05-28standardize limit comparisons with `Limit` typeDavid Wood-2/+3
2020-05-07reword "possible candidate" import suggestionAndy Russell-1/+1
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1