Skip to content

Commit 98f5981

Browse files
authored
Rename function in weird-exprs.rs for clarity
1 parent 2d1b2a9 commit 98f5981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/weird-exprs.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ fn return_already() -> impl std::fmt::Debug {
238238
}
239239
}
240240

241-
fn cursed_macros() -> impl std::fmt::Debug {
241+
fn fake_macros() -> impl std::fmt::Debug {
242242
loop {
243243
if! {
244244
match! (
@@ -283,5 +283,5 @@ pub fn main() {
283283
useful_syntax();
284284
infcx();
285285
return_already();
286-
cursed_macros();
286+
fake_macros();
287287
}

0 commit comments

Comments
 (0)