We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec75b73 commit 32e4423Copy full SHA for 32e4423
tests/ui/weird-exprs.rs
@@ -231,14 +231,14 @@ fn infcx() {
231
let _cx: cx::cx::Cx = cx::cx::cx::cx::cx::Cx;
232
}
233
234
-fn return_already() -> impl Display {
+fn return_already() -> impl std::fmt::Debug {
235
loop {
236
return !!!!!!!
237
break !!!!!!1111
238
239
240
241
-fn cursed_macros() -> impl Display {
+fn cursed_macros() -> impl std::fmt::Debug {
242
243
if! {
244
match! (
@@ -248,10 +248,10 @@ fn cursed_macros() -> impl Display {
248
249
250
)
251
-
+
252
{}
253
254
255
256
257
0 commit comments