about summary refs log tree commit diff
path: root/src/test/ui/object-lifetime/object-lifetime-default-from-box-error.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-33/+0
2022-06-03Fully stabilize NLLJack Huey-0/+33
2022-05-22Use revisions for NLL in object-lifetimeJack Huey-35/+0
2021-12-10Tweak wordingEsteban Kuber-1/+1
2021-12-10Use a more accurate `Span` for `'static` obligation from return typeEsteban Kuber-2/+2
2021-12-10Point at return type when it introduces `'static` obligationEsteban Kuber-0/+8
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-1/+1
2020-06-15Change E0758 to E0759 to avoid conflict with #72912Esteban Küber-2/+2
2020-06-15small tweaksEsteban Küber-1/+1
2020-06-15Register new eror codeEsteban Küber-1/+2
2020-06-15review comments: wordingEsteban Küber-1/+1
2020-06-15Tweak wording and add error codeEsteban Küber-4/+4
2020-06-15Reduce verbosity of suggestion message and mention lifetime in labelEsteban Küber-2/+2
2020-06-15When `'static` is explicit, suggest constraining argument with itEsteban Küber-1/+1
2020-05-30Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirementsEsteban Küber-12/+5
2020-05-30review comment: tweak wording and account for span overlapEsteban Küber-4/+1
2020-05-30Account for returned `dyn Trait` evaluating to `'static` lifetimeEsteban Küber-5/+20
Provide a suggestion for `dyn Trait + '_` when possible.
2019-05-29Update ui test suite to use dynmemoryruins-2/+2
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-3/+3
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+21