Skip to content

Commit

Permalink
Rename function in weird-exprs.rs for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
oberien committed Jan 21, 2024
1 parent 2d1b2a9 commit 98f5981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/weird-exprs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ fn return_already() -> impl std::fmt::Debug {
}
}

fn cursed_macros() -> impl std::fmt::Debug {
fn fake_macros() -> impl std::fmt::Debug {
loop {
if! {
match! (
Expand Down Expand Up @@ -283,5 +283,5 @@ pub fn main() {
useful_syntax();
infcx();
return_already();
cursed_macros();
fake_macros();
}

0 comments on commit 98f5981

Please sign in to comment.