Skip to content

Commit 108b32e

Browse files
Fix tests
1 parent 3e9b8ba commit 108b32e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: src/test/ui/const-generics/issue-103243.rs

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ where
3333
{
3434
}
3535
}
36+
37+
fn main() {}

Diff for: src/test/ui/impl-trait/issue-103599.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ LL |
77
LL | wrap(wrap(x))
88
| ------- recursive call site
99
|
10-
= help: a `loop` may express intention better if this is on purpose
1110
= note: `#[warn(unconditional_recursion)]` on by default
11+
= help: a `loop` may express intention better if this is on purpose
1212

1313
warning: 1 warning emitted
1414

0 commit comments

Comments
 (0)