rust/src/test/ui/binop
Esteban Küber e1649c442f Tweak "the following other types implement trait"
When *any* of the suggested impls is an exact match, *only* show the
exact matches. This is particularly relevant for integer types.

fix fmt
2022-12-05 14:59:30 -08:00
..
binary-minus-without-space.rs Move binop-related tests 2020-12-31 08:04:03 +09:00
binary-op-on-double-ref.fixed Move binop-related tests 2020-12-31 08:04:03 +09:00
binary-op-on-double-ref.rs Move binop-related tests 2020-12-31 08:04:03 +09:00
binary-op-on-double-ref.stderr Avoid source-map call in operator error 2022-09-08 01:54:59 +00:00
binary-op-on-fn-ptr-eq.rs test should pass 😅 2021-12-14 01:19:10 +03:00
binop-bitxor-str.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
binop-bitxor-str.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
binop-consume-args.rs Remove licenses 2018-12-25 21:08:33 -07:00
binop-consume-args.stderr Modify structured suggestion output 2021-08-11 09:46:24 +00:00
binop-fail-3.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
binop-logic-float.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
binop-logic-float.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
binop-logic-int.rs Remove licenses 2018-12-25 21:08:33 -07:00
binop-logic-int.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
binop-move-semantics.rs Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
binop-move-semantics.stderr Suggest .clone() or ref binding on E0382 2022-11-23 12:17:47 -08:00
binop-mul-bool.rs Improve wording of "cannot multiply" type error 2020-10-17 22:19:25 -07:00
binop-mul-bool.stderr Improve wording of "cannot multiply" type error 2020-10-17 22:19:25 -07:00
binop-mul-i32-f32.rs Improve wording of "cannot multiply" type error 2020-10-17 22:19:25 -07:00
binop-mul-i32-f32.stderr Tweak "the following other types implement trait" 2022-12-05 14:59:30 -08:00
binop-panic.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
binop-typeck.rs Update tests 2019-12-12 20:56:14 +01:00
binop-typeck.stderr Do not emit note suggesting to implement trait to foreign type 2020-02-17 15:21:36 +01:00
binops-issue-22743.rs Move binop-related tests 2020-12-31 08:04:03 +09:00
binops.rs Move binop-related tests 2020-12-31 08:04:03 +09:00
issue-3820.rs Move some tests to more reasonable places 2022-04-26 23:38:04 -03:00
issue-3820.stderr Shorten def_span for more items. 2022-07-01 17:39:19 +02:00
issue-25916.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-28837.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-28837.stderr Shorten def_span for more items. 2022-07-01 17:39:19 +02:00
issue-77910-1.rs address review 2022-09-26 14:21:39 +02:00
issue-77910-1.stderr Generalize call suggestion for unsatisfied predicate 2022-10-19 02:06:19 +00:00
issue-77910-2.rs Move test from compile-fail to ui/binop 2020-12-21 00:27:53 +08:00
issue-77910-2.stderr address review 2022-09-26 14:21:39 +02:00
issue-93927.rs Replace suggest_constraining_param with suggest_restricting_param_bound 2022-04-25 18:12:15 -07:00
issue-93927.stderr Replace suggest_constraining_param with suggest_restricting_param_bound 2022-04-25 18:12:15 -07:00
operator-multidispatch.rs Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
operator-overloading.rs Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
placement-syntax.rs Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
placement-syntax.stderr Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
shift-various-bad-types.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
shift-various-bad-types.stderr Refer to the TraitRef::identity in the message to be clearer 2022-04-04 21:06:35 +00:00
structured-compare.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00