about summary refs log tree commit diff
path: root/tests/ui/never_type
AgeCommit message (Expand)AuthorLines
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-2/+2
2025-08-19bless tests with new lint messagesKarol Zwolak-38/+38
2025-08-08Rollup merge of #144039 - estebank:short-paths, r=fee1-deadTrevor Gross-3/+3
2025-08-07Use `tcx.short_string()` in more diagnosticsEsteban Küber-3/+3
2025-08-05commentsKivooeo-0/+11
2025-08-05moved 35 tests to organized locationsKivooeo-0/+3
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-62/+62
2025-06-25Rollup merge of #142200 - Kivooeo:tf8, r=jieyouxuJana Dönszelmann-0/+22
2025-06-23cleaned up some testsKivooeo-0/+22
2025-06-15Rollup merge of #141937 - WaffleLapkin:never-report-in-deps, r=oli-obk,travis...León Orell Valerian Liehr-0/+540
2025-06-04Don't refer to 'this tail expression' in expansion.Mara Bos-4/+2
2025-06-03report never type lints in depsWaffle Lapkin-0/+540
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-4/+4
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-1/+1
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-1/+0
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-2/+6
2025-02-28Unconditionally lower match arm even if it's unneeded for never pattern in matchMu001999-0/+48
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-6/+9
2025-02-05Walk into nested bodies when suggesting unit for unit fallbackMichael Goulet-0/+4
2025-02-05Only suggest unit for unit fallback when spans dont come from macro expansionMichael Goulet-8/+42
2025-02-04Rollup merge of #136167 - pitaj:new_range, r=NadrierilJacob Pratt-2/+2
2025-02-02Shorten error message for callable with wrong return typeEsteban Küber-2/+2
2025-01-30std::rangePeter Jaszkowiak-2/+2
2025-01-30Add closure labelsEsteban Küber-1/+1
2025-01-30When encountering unexpected closure return type, point at return type/expres...Esteban Küber-8/+7
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-1/+1
2024-12-15Use links to edition guide for edition migrationsEric Huss-30/+30
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-2/+1
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-2/+1
2024-12-12Properly consider APITs for never type fallback ascription fixMichael Goulet-2/+2
2024-12-10Don't ICE when encountering never in patternMichael Goulet-0/+27
2024-12-03Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiserbors-19/+7
2024-12-01Check let source before suggesting annotationMichael Goulet-0/+60
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-22/+21
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-1/+0
2024-11-23Update tests for new TRPL chapter orderChris Krycho-1/+1
2024-11-22Get rid of HIR const checkerMichael Goulet-19/+7
2024-11-14Mark `never_type_fallback_flowing_into_unsafe` as a semantic changeMaybe Lapkin-30/+30
2024-11-14Mention both release *and* edition breakage for never type lintsMaybe Lapkin-48/+48
2024-11-03Rollup merge of #132528 - compiler-errors:fallback-sugg-opt, r=jieyouxuMatthias Krüger-0/+13
2024-11-02Use opt functions to not ICE in fallback suggestionMichael Goulet-0/+13
2024-11-02Point at tail expression on rpit E0277Esteban Küber-0/+12
2024-11-02Add trait diff highlighting logic and use it in E0277Esteban Küber-2/+4
2024-11-01And also suggest for qpathsMichael Goulet-0/+68
2024-11-01And locals tooMichael Goulet-4/+12
2024-11-01Suggest adding self type to methodMichael Goulet-0/+8
2024-11-01Suggest annotations for never type fallbackMichael Goulet-0/+12
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-8/+0
2024-10-05Be far more strict about what we consider to be a read of neverMichael Goulet-1/+87
2024-10-05Fix up testsMichael Goulet-7/+104