You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: compiler/rustc_trait_selection/src/traits/error_reporting/suggestions.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -3155,7 +3155,7 @@ impl<'tcx> TypeErrCtxtExt<'tcx> for TypeErrCtxt<'_, 'tcx> {
3155
3155
}else{
3156
3156
// FIXME: we may suggest array::repeat instead
3157
3157
err.help("consider using `core::array::from_fn` to initialize the array");
3158
-
err.help("see https://doc.rust-lang.org/stable/std/array/fn.from_fn.html# for more information");
3158
+
err.help("see https://doc.rust-lang.org/stable/std/array/fn.from_fn.html for more information");
0 commit comments