mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 03:03:21 +00:00
Rename function in weird-exprs.rs for clarity
This commit is contained in:
parent
2d1b2a9906
commit
98f59817c2
@ -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! (
|
||||
@ -283,5 +283,5 @@ pub fn main() {
|
||||
useful_syntax();
|
||||
infcx();
|
||||
return_already();
|
||||
cursed_macros();
|
||||
fake_macros();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user