Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix tests
  • Loading branch information
Mark-Simulacrum committed Oct 29, 2022
commit 108b32ea5909e793d053a2590eb5916eac05352d
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