1
Fork 0
rust/tests/ui/fn
2025-04-10 23:48:57 +03:00
..
bad-main.rs
bad-main.stderr
bad-turbofish-hints-issue-121901.rs Fix two incorrect turbofish suggestions 2025-04-02 18:10:34 +02:00
bad-turbofish-hints-issue-121901.stderr Fix two incorrect turbofish suggestions 2025-04-02 18:10:34 +02:00
dyn-fn-alignment.rs
error-recovery-mismatch.rs Fix ICE when function argument mismatches. 2025-02-03 20:55:22 -05:00
error-recovery-mismatch.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
expr-fn-panic.rs tests: use needs-subprocess instead of ignore-{wasm32,emscripten,sgx} 2025-01-23 20:51:29 +08:00
expr-fn.rs
fn-bad-block-type.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
fn-bad-block-type.stderr compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
fn-closure-mutable-capture.rs
fn-closure-mutable-capture.stderr
fn-compare-mismatch.rs
fn-compare-mismatch.stderr
fn-item-type.rs
fn-item-type.stderr Tweak parameter mismatch explanation to not say unknown 2024-11-25 03:04:07 +00:00
fn-pointer-mismatch.rs
fn-pointer-mismatch.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
fn-ptr-trait-int-float-infer-var.rs
fn-ptr-trait.rs
fn-recover-return-sign.fixed Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
fn-recover-return-sign.rs
fn-recover-return-sign.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
fn-recover-return-sign2.rs
fn-recover-return-sign2.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
fn-trait-formatting.rs
fn-trait-formatting.stderr Use parenthetical notation for Fn traits 2024-05-29 22:26:54 +00:00
fn_def_coercion.rs only avoid blaming assignments from argument patterns 2025-01-06 16:12:11 -08:00
fn_def_coercion.stderr only avoid blaming assignments from argument patterns 2025-01-06 16:12:11 -08:00
fn_def_opaque_coercion.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
fn_def_opaque_coercion_to_fn_ptr.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
fn_def_opaque_coercion_to_fn_ptr.stderr Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
fun-call-variants.rs
implied-bounds-impl-header-projections.rs
implied-bounds-unnorm-associated-type-2.rs
implied-bounds-unnorm-associated-type-2.stderr make outlives constraints from generic arguments less boring 2025-01-06 16:12:11 -08:00
implied-bounds-unnorm-associated-type-3.rs
implied-bounds-unnorm-associated-type-4.rs
implied-bounds-unnorm-associated-type-4.stderr Peel off explicit (or implicit) deref before suggesting clone on move error in borrowck 2024-07-26 14:41:56 -04:00
implied-bounds-unnorm-associated-type-5.rs Enforce supertrait outlives obligations hold when confirming impl 2024-08-05 09:55:14 -04:00
implied-bounds-unnorm-associated-type-5.stderr Enforce supertrait outlives obligations hold when confirming impl 2024-08-05 09:55:14 -04:00
implied-bounds-unnorm-associated-type.rs
implied-bounds-unnorm-associated-type.stderr Peel off explicit (or implicit) deref before suggesting clone on move error in borrowck 2024-07-26 14:41:56 -04:00
issue-1451.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-1900.rs Move some tests 2024-03-31 14:58:17 -03:00
issue-1900.stderr Move some tests 2024-03-31 14:58:17 -03:00
issue-3044.rs
issue-3044.stderr Trim suggestion part before generating highlights 2025-02-21 00:54:01 +00:00
issue-3099.rs
issue-3099.stderr
issue-3904.rs
issue-39259.rs Rename HIR TypeBinding to AssocItemConstraint and related cleanup 2024-05-30 22:52:33 +02:00
issue-39259.stderr Auto merge of #125778 - estebank:issue-67100, r=compiler-errors 2024-06-03 08:14:03 +00:00
issue-80179.rs
issue-80179.stderr
keyword-order.rs
keyword-order.stderr
mut-arg-of-borrowed-type-meant-to-be-arg-of-mut-borrow.fixed Account for mutable borrow in argument suggestion 2025-01-24 23:34:34 +00:00
mut-arg-of-borrowed-type-meant-to-be-arg-of-mut-borrow.rs Account for mutable borrow in argument suggestion 2025-01-24 23:34:34 +00:00
mut-arg-of-borrowed-type-meant-to-be-arg-of-mut-borrow.stderr Account for mutable borrow in argument suggestion 2025-01-24 23:34:34 +00:00
nested-function-names-issue-8587.rs
param-mismatch-foreign.rs compiletest: Avoid ignoring empty diagnostics in one more place 2025-04-07 19:43:41 +03:00
param-mismatch-foreign.stderr compiletest: Avoid ignoring empty diagnostics in one more place 2025-04-07 19:43:41 +03:00
param-mismatch-no-names.rs Tweak parameter mismatch explanation to not say unknown 2024-11-25 03:04:07 +00:00
param-mismatch-no-names.stderr Tweak parameter mismatch explanation to not say unknown 2024-11-25 03:04:07 +00:00
param-mismatch-trait-fn.rs Check for generic parameter mismatches on trait functions. 2025-02-03 12:54:53 -05:00
param-mismatch-trait-fn.stderr Check for generic parameter mismatches on trait functions. 2025-02-03 12:54:53 -05:00
signature-error-reporting-under-verbose.rs
signature-error-reporting-under-verbose.stderr
suggest-return-closure.rs compiletest: Make SUGGESTION annotations viral 2025-04-10 23:48:57 +03:00
suggest-return-closure.stderr compiletest: Make SUGGESTION annotations viral 2025-04-10 23:48:57 +03:00
suggest-return-future.rs
suggest-return-future.stderr
trait-fn-generic-mismatch.rs Add test to ensure no index out of bounds panic (#135474) 2025-03-22 02:08:44 +09:00
trait-fn-generic-mismatch.stderr Add test to ensure no index out of bounds panic (#135474) 2025-03-22 02:08:44 +09:00