@@ -24,7 +24,7 @@ note: function defined here
24
24
--> $DIR/invalid_arguments.rs:6:4
25
25
|
26
26
LL | fn two_arg_same(_a: i32, _b: i32) {}
27
- | ^^^^^^^^^^^^ -------
27
+ | ^^^^^^^^^^^^ ------- -------
28
28
29
29
error[E0308]: mismatched types
30
30
--> $DIR/invalid_arguments.rs:17:16
@@ -38,7 +38,7 @@ note: function defined here
38
38
--> $DIR/invalid_arguments.rs:6:4
39
39
|
40
40
LL | fn two_arg_same(_a: i32, _b: i32) {}
41
- | ^^^^^^^^^^^^ -------
41
+ | ^^^^^^^^^^^^ ------- -------
42
42
43
43
error[E0308]: arguments to this function are incorrect
44
44
--> $DIR/invalid_arguments.rs:18:3
@@ -66,7 +66,7 @@ note: function defined here
66
66
--> $DIR/invalid_arguments.rs:7:4
67
67
|
68
68
LL | fn two_arg_diff(_a: i32, _b: f32) {}
69
- | ^^^^^^^^^^^^ -------
69
+ | ^^^^^^^^^^^^ ------- -------
70
70
71
71
error[E0308]: mismatched types
72
72
--> $DIR/invalid_arguments.rs:20:16
@@ -80,7 +80,7 @@ note: function defined here
80
80
--> $DIR/invalid_arguments.rs:7:4
81
81
|
82
82
LL | fn two_arg_diff(_a: i32, _b: f32) {}
83
- | ^^^^^^^^^^^^ -------
83
+ | ^^^^^^^^^^^^ ------- -------
84
84
85
85
error[E0308]: arguments to this function are incorrect
86
86
--> $DIR/invalid_arguments.rs:21:3
@@ -108,7 +108,7 @@ note: function defined here
108
108
--> $DIR/invalid_arguments.rs:8:4
109
109
|
110
110
LL | fn three_arg_diff(_a: i32, _b: f32, _c: &str) {}
111
- | ^^^^^^^^^^^^^^ -------
111
+ | ^^^^^^^^^^^^^^ ------- ------- --------
112
112
113
113
error[E0308]: mismatched types
114
114
--> $DIR/invalid_arguments.rs:25:21
@@ -122,7 +122,7 @@ note: function defined here
122
122
--> $DIR/invalid_arguments.rs:8:4
123
123
|
124
124
LL | fn three_arg_diff(_a: i32, _b: f32, _c: &str) {}
125
- | ^^^^^^^^^^^^^^ -------
125
+ | ^^^^^^^^^^^^^^ ------- ------- - -------
126
126
127
127
error[E0308]: mismatched types
128
128
--> $DIR/invalid_arguments.rs:26:26
@@ -136,7 +136,7 @@ note: function defined here
136
136
--> $DIR/invalid_arguments.rs:8:4
137
137
|
138
138
LL | fn three_arg_diff(_a: i32, _b: f32, _c: &str) {}
139
- | ^^^^^^^^^^^^^^ --------
139
+ | ^^^^^^^^^^^^^^ ------- ------- --------
140
140
141
141
error[E0308]: arguments to this function are incorrect
142
142
--> $DIR/invalid_arguments.rs:28:3
@@ -207,7 +207,7 @@ note: function defined here
207
207
--> $DIR/invalid_arguments.rs:9:4
208
208
|
209
209
LL | fn three_arg_repeat(_a: i32, _b: i32, _c: &str) {}
210
- | ^^^^^^^^^^^^^^^^ -------
210
+ | ^^^^^^^^^^^^^^^^ ------- ------- --------
211
211
212
212
error[E0308]: mismatched types
213
213
--> $DIR/invalid_arguments.rs:35:23
@@ -221,7 +221,7 @@ note: function defined here
221
221
--> $DIR/invalid_arguments.rs:9:4
222
222
|
223
223
LL | fn three_arg_repeat(_a: i32, _b: i32, _c: &str) {}
224
- | ^^^^^^^^^^^^^^^^ -------
224
+ | ^^^^^^^^^^^^^^^^ ------- ------- - -------
225
225
226
226
error[E0308]: mismatched types
227
227
--> $DIR/invalid_arguments.rs:36:26
@@ -235,7 +235,7 @@ note: function defined here
235
235
--> $DIR/invalid_arguments.rs:9:4
236
236
|
237
237
LL | fn three_arg_repeat(_a: i32, _b: i32, _c: &str) {}
238
- | ^^^^^^^^^^^^^^^^ --------
238
+ | ^^^^^^^^^^^^^^^^ ------- ------- --------
239
239
240
240
error[E0308]: arguments to this function are incorrect
241
241
--> $DIR/invalid_arguments.rs:38:3
0 commit comments