rust/src/test/ui/fn
2022-06-03 17:16:41 -04:00
..
bad-main.rs Move some tests to more reasonable directories - 6 2021-04-17 18:53:54 -03:00
bad-main.stderr Move some tests to more reasonable directories - 6 2021-04-17 18:53:54 -03:00
dyn-fn-alignment.rs This flag is not really needed in the test 2020-10-27 14:45:33 -03:00
expr-fn-panic.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
expr-fn.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
fn-bad-block-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
fn-bad-block-type.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
fn-closure-mutable-capture.rs Tweak borrow error on FnMut when Fn is expected 2020-02-03 18:02:44 -08:00
fn-closure-mutable-capture.stderr Tweak borrow error on FnMut when Fn is expected 2020-02-03 18:02:44 -08:00
fn-compare-mismatch.rs Remove licenses 2018-12-25 21:08:33 -07:00
fn-compare-mismatch.stderr Tweak "call this function" suggestion to have smaller span 2021-12-03 23:05:49 +00:00
fn-item-type.rs Resolve vars in note_type_err 2022-05-06 23:35:42 -04:00
fn-item-type.stderr Resolve vars in note_type_err 2022-05-06 23:35:42 -04:00
fn-recover-return-sign.fixed Gracefully handle confusing -> with : in function return type 2020-12-03 18:19:42 +01:00
fn-recover-return-sign.rs Gracefully handle confusing -> with : in function return type 2020-12-03 18:19:42 +01:00
fn-recover-return-sign.stderr Gracefully handle confusing -> with : in function return type 2020-12-03 18:19:42 +01:00
fn-recover-return-sign2.rs Do not add ; to expected tokens list when it's wrong 2021-12-04 11:05:30 -07:00
fn-recover-return-sign2.stderr Do not add ; to expected tokens list when it's wrong 2021-12-04 11:05:30 -07:00
fn-trait-formatting.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
fn-trait-formatting.stderr Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
fun-call-variants.rs Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
implied-bounds-unnorm-associated-type-2.rs Change to check-pass 2021-12-02 12:11:31 -05:00
implied-bounds-unnorm-associated-type-3.rs Add another regression test for unnormalized fn args with Self 2021-12-14 10:35:31 -05:00
implied-bounds-unnorm-associated-type-3.stderr Add another regression test for unnormalized fn args with Self 2021-12-14 10:35:31 -05:00
implied-bounds-unnorm-associated-type.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
implied-bounds-unnorm-associated-type.stderr Fully stabilize NLL 2022-06-03 17:16:41 -04:00
issue-80179.rs generic_arg_infer: placeholder in signature err 2022-01-18 12:23:43 +01:00
issue-80179.stderr generic_arg_infer: placeholder in signature err 2022-01-18 12:23:43 +01:00
keyword-order.rs Fix invalid keyword order for function declarations 2022-05-02 18:14:43 +09:00
keyword-order.stderr Fix invalid keyword order for function declarations 2022-05-02 18:14:43 +09:00
nested-function-names-issue-8587.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00