about summary refs log tree commit diff
path: root/src/test/ui/lint/lint-const-item-mutation.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-118/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-3/+0
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-07-01Shorten def_span for more items.Camille GILLOT-8/+8
2021-01-23Iterate DefId to encode spans.Camille GILLOT-8/+2
2020-12-29test: updated expected Vec src pathC-1/+1
2020-12-17Suppress `CONST_ITEM_MUTATION` lint if a dereference occurs anywhereAaron Hill-8/+8
2020-11-07Use a semicolon instead of a dash in lint noteAaron Hill-4/+4
2020-11-07Don't fire `CONST_ITEM_MUTATION` lint when borrowing a derefAaron Hill-8/+8
2020-09-30Warn on method call mutating const, even if it has destructorDavid Tolnay-1/+26
2020-09-30Add test of VEC.push on a constDavid Tolnay-7/+7
2020-09-30Test a type with drop glue but no Drop implDavid Tolnay-13/+26
2020-09-30Add test of const item mutation with Drop implDavid Tolnay-12/+12
2020-09-28Don't fire `const_item_mutation` lint on writes through a pointerAaron Hill-23/+23
2020-09-07Add CONST_ITEM_MUTATION lintAaron Hill-0/+89