Fix tests
This commit is contained in:
parent
3e9b8bace3
commit
108b32ea59
2 changed files with 3 additions and 1 deletions
|
|
@ -33,3 +33,5 @@ where
|
|||
{
|
||||
}
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue