about summary refs log tree commit diff
path: root/tests/ui/repeat-expr
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2024-01-24 00:08:43 +0100
committerest31 <MTest31@outlook.com>2024-01-24 00:41:45 +0100
commit9676e188683da0dbde7e3798e47703e072cbb589 (patch)
tree36d6286ec0a2e2e8ed6eaf9bd9d20049f077fcf3 /tests/ui/repeat-expr
parent5d3d3479d774754856db2db3e439dfb88ef3c52f (diff)
downloadrust-9676e188683da0dbde7e3798e47703e072cbb589.tar.gz
rust-9676e188683da0dbde7e3798e47703e072cbb589.zip
Remove extra # from url
Diffstat (limited to 'tests/ui/repeat-expr')
-rw-r--r--tests/ui/repeat-expr/repeat-to-run-dtor-twice.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/repeat-expr/repeat-to-run-dtor-twice.stderr b/tests/ui/repeat-expr/repeat-to-run-dtor-twice.stderr
index f3fe8c10c02..1f7487e68be 100644
--- a/tests/ui/repeat-expr/repeat-to-run-dtor-twice.stderr
+++ b/tests/ui/repeat-expr/repeat-to-run-dtor-twice.stderr
@@ -6,7 +6,7 @@ LL |     let _ = [ a; 5 ];
    |
    = note: the `Copy` trait is required because this value will be copied for each element of the array
    = help: consider using `core::array::from_fn` to initialize the array
-   = help: see https://doc.rust-lang.org/stable/std/array/fn.from_fn.html# for more information
+   = help: see https://doc.rust-lang.org/stable/std/array/fn.from_fn.html for more information
 help: consider annotating `Foo` with `#[derive(Copy)]`
    |
 LL + #[derive(Copy)]