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 04dafa6 commit 798f945Copy full SHA for 798f945
chalk-solve/src/clauses/builtin_traits/unsize.rs
@@ -187,7 +187,7 @@ pub fn add_unsize_program_clauses<I: Interner>(
187
// could be lifted.
188
//
189
// for more info visit `fn assemble_candidates_for_unsizing` and
190
- // `fn confirm_builtin_unisize_candidate` in rustc.
+ // `fn confirm_builtin_unsize_candidate` in rustc.
191
192
match (source_ty.kind(interner), target_ty.kind(interner)) {
193
// dyn TraitA + AutoA + 'a -> dyn TraitB + AutoB + 'b
0 commit comments