Skip to content

Commit 84be44b

Browse files
committed
Fix tidy
1 parent 5f22c02 commit 84be44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/traits/error_reporting/type_err_ctxt_ext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ impl<'tcx> TypeErrCtxt<'_, 'tcx> {
649649
&& param_ty.name == kw::SelfUpper
650650
{
651651
// We expect the return type of an fn call is expected to be
652-
// `Sized`. In the test `trait-missing-dyn-in-qualified-path.rs`
652+
// `Sized`. In the test `trait-missing-dyn-in-qualified-path.rs`
653653
// under edition 2018, when writing `<Default>::default()`, we will
654654
// check both `dyn Default` and `<dyn Default>::default()` for
655655
// being `Sized`, but in every case where an associated function

0 commit comments

Comments
 (0)