Skip to content

Commit 29b7193

Browse files
committed
Arbitrary self types v2: additional comment.
This commit exists primarily to bump github CI into noticing the branch has changed...
1 parent b9ca9aa commit 29b7193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: compiler/rustc_hir_analysis/src/check/wfcheck.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1670,6 +1670,7 @@ fn check_method_receiver<'tcx>(
16701670
// yet to do: determine whether self_ty is NonNull or Weak, and use
16711671
// _HELP_FOR_NONNULL and _HELP_FOR_WEAK as appropriate. No tests yet
16721672
// exist for this.
1673+
// Consider also emitting 'trait not implemented' diagnostics.
16731674
let raw_pointer = is_raw_pointer(receiver_ty);
16741675

16751676
let arbitrary_self_types_pointers_enabled = tcx.features().arbitrary_self_types_pointers();

0 commit comments

Comments
 (0)