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 5f22c02 commit 84be44bCopy full SHA for 84be44b
compiler/rustc_trait_selection/src/traits/error_reporting/type_err_ctxt_ext.rs
@@ -649,7 +649,7 @@ impl<'tcx> TypeErrCtxt<'_, 'tcx> {
649
&& param_ty.name == kw::SelfUpper
650
{
651
// 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`
+ // `Sized`. In the test `trait-missing-dyn-in-qualified-path.rs`
653
// under edition 2018, when writing `<Default>::default()`, we will
654
// check both `dyn Default` and `<dyn Default>::default()` for
655
// being `Sized`, but in every case where an associated function
0 commit comments