1
Fork 0

Remove extra # from url

This commit is contained in:
est31 2024-01-24 00:08:43 +01:00
parent 5d3d3479d7
commit 9676e18868
8 changed files with 11 additions and 11 deletions

View file

@ -3155,7 +3155,7 @@ impl<'tcx> TypeErrCtxtExt<'tcx> for TypeErrCtxt<'_, 'tcx> {
} else {
// FIXME: we may suggest array::repeat instead
err.help("consider using `core::array::from_fn` to initialize the array");
err.help("see https://doc.rust-lang.org/stable/std/array/fn.from_fn.html# for more information");
err.help("see https://doc.rust-lang.org/stable/std/array/fn.from_fn.html for more information");
}
if self.tcx.sess.is_nightly_build()