Skip to content

Commit 460daf3

Browse files
committed
remove stray comment
1 parent d744f36 commit 460daf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_typeck/src/check/wfcheck.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,6 @@ fn check_fn_or_method<'tcx>(
15191519
);
15201520
}
15211521

1522-
// override the env when checking the return type. `~const` bounds can be fulfilled with non-const implementations.
15231522
wfcx.register_wf_obligation(
15241523
hir_decl.output.span(),
15251524
None,

0 commit comments

Comments
 (0)