Fix tests

This commit is contained in:
Mark Rousskov 2022-10-29 12:56:24 -04:00
parent 3e9b8bace3
commit 108b32ea59
2 changed files with 3 additions and 1 deletions

View file

@ -33,3 +33,5 @@ where
{
}
}
fn main() {}

View file

@ -7,8 +7,8 @@ LL |
LL | wrap(wrap(x))
| ------- recursive call site
|
= help: a `loop` may express intention better if this is on purpose
= note: `#[warn(unconditional_recursion)]` on by default
= help: a `loop` may express intention better if this is on purpose
warning: 1 warning emitted