You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
55
+
= note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
56
+
note: the lint level is defined here
57
+
--> $DIR/parse-errors.rs:7:9
58
+
|
59
+
LL | #![deny(varargs_without_pattern)]
60
+
| ^^^^^^^^^^^^^^^^^^^^^^^
61
+
help: name the argument, or use `_` to continue ignoring it
62
+
|
63
+
LL | unsafe extern "C" fn f(_: ...) {
64
+
| ++
65
+
66
+
Future breakage diagnostic:
67
+
error: missing pattern for `...` argument
68
+
--> $DIR/parse-errors.rs:14:32
69
+
|
70
+
LL | unsafe extern "C" fn f(...) {}
71
+
| ^^^
72
+
|
73
+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
74
+
= note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
75
+
note: the lint level is defined here
76
+
--> $DIR/parse-errors.rs:7:9
77
+
|
78
+
LL | #![deny(varargs_without_pattern)]
79
+
| ^^^^^^^^^^^^^^^^^^^^^^^
80
+
help: name the argument, or use `_` to continue ignoring it
81
+
|
82
+
LL | unsafe extern "C" fn f(_: ...) {}
83
+
| ++
84
+
85
+
Future breakage diagnostic:
86
+
error: missing pattern for `...` argument
87
+
--> $DIR/parse-errors.rs:20:32
88
+
|
89
+
LL | unsafe extern "C" fn f(...) {}
90
+
| ^^^
91
+
|
92
+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
93
+
= note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
94
+
note: the lint level is defined here
95
+
--> $DIR/parse-errors.rs:7:9
96
+
|
97
+
LL | #![deny(varargs_without_pattern)]
98
+
| ^^^^^^^^^^^^^^^^^^^^^^^
99
+
help: name the argument, or use `_` to continue ignoring it
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
68
+
= note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
69
+
note: the lint level is defined here
70
+
--> $DIR/parse-errors.rs:7:9
71
+
|
72
+
LL | #![deny(varargs_without_pattern)]
73
+
| ^^^^^^^^^^^^^^^^^^^^^^^
74
+
help: name the argument, or use `_` to continue ignoring it
75
+
|
76
+
LL | unsafe extern "C" fn f(_: ...) {
77
+
| ++
78
+
79
+
Future breakage diagnostic:
80
+
error: missing pattern for `...` argument
81
+
--> $DIR/parse-errors.rs:14:32
82
+
|
83
+
LL | unsafe extern "C" fn f(...) {}
84
+
| ^^^
85
+
|
86
+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
87
+
= note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
88
+
note: the lint level is defined here
89
+
--> $DIR/parse-errors.rs:7:9
90
+
|
91
+
LL | #![deny(varargs_without_pattern)]
92
+
| ^^^^^^^^^^^^^^^^^^^^^^^
93
+
help: name the argument, or use `_` to continue ignoring it
94
+
|
95
+
LL | unsafe extern "C" fn f(_: ...) {}
96
+
| ++
97
+
98
+
Future breakage diagnostic:
99
+
error: missing pattern for `...` argument
100
+
--> $DIR/parse-errors.rs:20:32
101
+
|
102
+
LL | unsafe extern "C" fn f(...) {}
103
+
| ^^^
104
+
|
105
+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
106
+
= note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
107
+
note: the lint level is defined here
108
+
--> $DIR/parse-errors.rs:7:9
109
+
|
110
+
LL | #![deny(varargs_without_pattern)]
111
+
| ^^^^^^^^^^^^^^^^^^^^^^^
112
+
help: name the argument, or use `_` to continue ignoring it
113
+
|
114
+
LL | unsafe extern "C" fn f(_: ...) {}
115
+
| ++
116
+
117
+
Future breakage diagnostic:
118
+
error: missing pattern for `...` argument
119
+
--> $DIR/parse-errors.rs:26:32
120
+
|
121
+
LL | unsafe extern "C" fn f(...) {}
122
+
| ^^^
123
+
|
124
+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
125
+
= note: for more information, see issue #145544 <https://github.com/rust-lang/rust/issues/145544>
126
+
note: the lint level is defined here
127
+
--> $DIR/parse-errors.rs:7:9
128
+
|
129
+
LL | #![deny(varargs_without_pattern)]
130
+
| ^^^^^^^^^^^^^^^^^^^^^^^
131
+
help: name the argument, or use `_` to continue ignoring it
0 commit comments