Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Oct 29, 2022
1 parent 3e9b8ba commit 108b32e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/test/ui/const-generics/issue-103243.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ where
{
}
}

fn main() {}
2 changes: 1 addition & 1 deletion src/test/ui/impl-trait/issue-103599.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 108b32e

Please sign in to comment.