about summary refs log tree commit diff
path: root/tests/ui/missing
AgeCommit message (Collapse)AuthorLines
2025-08-06Fortify generic param default checksLeón Orell Valerian Liehr-2/+2
2025-07-17Integrate stable feature checking into a query.Camille GILLOT-6/+3
2025-04-13UI tests: migrate remaining compile time `error-pattern`s to line annotationsVadim Petrochenkov-4/+3
when possible.
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-4/+3
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+2
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-16/+24
``` error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields --> $DIR/attempted-access-non-fatal.rs:7:15 | LL | let _ = 2.l; | ^ | help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix | LL - let _ = 2.l; LL + let _ = 2.0f64; | ```
2024-11-16Reword suggestion messageEsteban Küber-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-8/+8
2023-12-27Auto merge of #117303 - sjwang05:issue-117245, r=estebankbors-0/+4
Suggest `=>` --> `>=` in comparisons Fixes #117245
2023-12-26Suggest `=>` --> `>=` in conditionssjwang05-0/+4
2023-11-24Show number in error message even for one errorNilstrieb-9/+9
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-06-10Make "consider importing" consistent for macrosMu001999-2/+4
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-0/+6
This reverts commit abc0660118cc95f47445fd33502a11dd448f5968.
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-6/+0
Report allocation errors as panics OOM is now reported as a panic but with a custom payload type (`AllocErrorPanicPayload`) which holds the layout that was passed to `handle_alloc_error`. This should be review one commit at a time: - The first commit adds `AllocErrorPanicPayload` and changes allocation errors to always be reported as panics. - The second commit removes `#[alloc_error_handler]` and the `alloc_error_hook` API. ACP: https://github.com/rust-lang/libs-team/issues/192 Closes #51540 Closes #51245
2023-04-19Make missing impl item suggestions more obvious that they're missingMichael Goulet-1/+1
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-6/+0
2023-04-07suggest adding const paramLeón Orell Valerian Liehr-0/+88
2023-01-17note -> helpMichael Goulet-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+432