Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3f4d6c9

Browse filesBrowse files
Wf is not coinductive
1 parent be181dd commit 3f4d6c9
Copy full SHA for 3f4d6c9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • compiler/rustc_trait_selection/src/traits/select
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎compiler/rustc_trait_selection/src/traits/select/mod.rs

Copy file name to clipboardExpand all lines: compiler/rustc_trait_selection/src/traits/select/mod.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
12421242
ty::PredicateKind::Clause(ty::ClauseKind::Trait(data)) => {
12431243
self.infcx.tcx.trait_is_coinductive(data.def_id())
12441244
}
1245-
ty::PredicateKind::Clause(ty::ClauseKind::WellFormed(_)) => true,
1245+
ty::PredicateKind::Clause(ty::ClauseKind::WellFormed(_)) => false,
12461246
_ => false,
12471247
})
12481248
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.