We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9b8ba commit 108b32eCopy full SHA for 108b32e
src/test/ui/const-generics/issue-103243.rs
@@ -33,3 +33,5 @@ where
33
{
34
}
35
36
+
37
+fn main() {}
src/test/ui/impl-trait/issue-103599.stderr
@@ -7,8 +7,8 @@ LL |
7
LL | wrap(wrap(x))
8
| ------- recursive call site
9
|
10
- = help: a `loop` may express intention better if this is on purpose
11
= note: `#[warn(unconditional_recursion)]` on by default
+ = help: a `loop` may express intention better if this is on purpose
12
13
warning: 1 warning emitted
14
0 commit comments