@@ -24,7 +24,7 @@ note: function defined here
2424 --> $DIR/invalid_arguments.rs:6:4
2525 |
2626LL | fn two_arg_same(_a: i32, _b: i32) {}
27- | ^^^^^^^^^^^^ ------- -------
27+ | ^^^^^^^^^^^^ -------
2828
2929error[E0308]: mismatched types
3030 --> $DIR/invalid_arguments.rs:17:16
@@ -38,7 +38,7 @@ note: function defined here
3838 --> $DIR/invalid_arguments.rs:6:4
3939 |
4040LL | fn two_arg_same(_a: i32, _b: i32) {}
41- | ^^^^^^^^^^^^ ------- -------
41+ | ^^^^^^^^^^^^ -------
4242
4343error[E0308]: arguments to this function are incorrect
4444 --> $DIR/invalid_arguments.rs:18:3
@@ -66,7 +66,7 @@ note: function defined here
6666 --> $DIR/invalid_arguments.rs:7:4
6767 |
6868LL | fn two_arg_diff(_a: i32, _b: f32) {}
69- | ^^^^^^^^^^^^ ------- -------
69+ | ^^^^^^^^^^^^ -------
7070
7171error[E0308]: mismatched types
7272 --> $DIR/invalid_arguments.rs:20:16
@@ -80,7 +80,7 @@ note: function defined here
8080 --> $DIR/invalid_arguments.rs:7:4
8181 |
8282LL | fn two_arg_diff(_a: i32, _b: f32) {}
83- | ^^^^^^^^^^^^ ------- -------
83+ | ^^^^^^^^^^^^ -------
8484
8585error[E0308]: arguments to this function are incorrect
8686 --> $DIR/invalid_arguments.rs:21:3
@@ -108,7 +108,7 @@ note: function defined here
108108 --> $DIR/invalid_arguments.rs:8:4
109109 |
110110LL | fn three_arg_diff(_a: i32, _b: f32, _c: &str) {}
111- | ^^^^^^^^^^^^^^ ------- ------- --------
111+ | ^^^^^^^^^^^^^^ -------
112112
113113error[E0308]: mismatched types
114114 --> $DIR/invalid_arguments.rs:25:21
@@ -122,7 +122,7 @@ note: function defined here
122122 --> $DIR/invalid_arguments.rs:8:4
123123 |
124124LL | fn three_arg_diff(_a: i32, _b: f32, _c: &str) {}
125- | ^^^^^^^^^^^^^^ ------- ------- - -------
125+ | ^^^^^^^^^^^^^^ -------
126126
127127error[E0308]: mismatched types
128128 --> $DIR/invalid_arguments.rs:26:26
@@ -136,7 +136,7 @@ note: function defined here
136136 --> $DIR/invalid_arguments.rs:8:4
137137 |
138138LL | fn three_arg_diff(_a: i32, _b: f32, _c: &str) {}
139- | ^^^^^^^^^^^^^^ ------- ------- --------
139+ | ^^^^^^^^^^^^^^ --------
140140
141141error[E0308]: arguments to this function are incorrect
142142 --> $DIR/invalid_arguments.rs:28:3
@@ -207,7 +207,7 @@ note: function defined here
207207 --> $DIR/invalid_arguments.rs:9:4
208208 |
209209LL | fn three_arg_repeat(_a: i32, _b: i32, _c: &str) {}
210- | ^^^^^^^^^^^^^^^^ ------- ------- --------
210+ | ^^^^^^^^^^^^^^^^ -------
211211
212212error[E0308]: mismatched types
213213 --> $DIR/invalid_arguments.rs:35:23
@@ -221,7 +221,7 @@ note: function defined here
221221 --> $DIR/invalid_arguments.rs:9:4
222222 |
223223LL | fn three_arg_repeat(_a: i32, _b: i32, _c: &str) {}
224- | ^^^^^^^^^^^^^^^^ ------- ------- - -------
224+ | ^^^^^^^^^^^^^^^^ -------
225225
226226error[E0308]: mismatched types
227227 --> $DIR/invalid_arguments.rs:36:26
@@ -235,7 +235,7 @@ note: function defined here
235235 --> $DIR/invalid_arguments.rs:9:4
236236 |
237237LL | fn three_arg_repeat(_a: i32, _b: i32, _c: &str) {}
238- | ^^^^^^^^^^^^^^^^ ------- ------- --------
238+ | ^^^^^^^^^^^^^^^^ --------
239239
240240error[E0308]: arguments to this function are incorrect
241241 --> $DIR/invalid_arguments.rs:38:3
0 commit comments