Skip to content

Commit adf816c

Browse files
committed
redundant
1 parent 70770d3 commit adf816c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/fuzzing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ project, please read this guide before reporting fuzzer-generated bugs!
3636
If you're not sure whether or not an ICE is a duplicate of one that's already
3737
been reported, please go ahead and report it and link to issues you think might be related.
3838
In general, ICEs on the same line but with different *query stacks* are usually distinct bugs.
39-
For example, [#109020][#109020] and [#109129][#109129] had similar error messages:
39+
For example, [#109020] and [#109129] had similar error messages:
4040

4141
> error: internal compiler error: compiler/rustc_middle/src/ty/normalize_erasing_regions.rs:195:90: Failed to normalize <[closure@src/main.rs:36:25: 36:28] as std::ops::FnOnce<(Emplacable<()>,)>>::Output, maybe try to call `try_normalize_erasing_regions` instead
4242
@@ -72,7 +72,7 @@ To build a corpus, you may want to use:
7272
- The rustc/rust-analyzer/clippy test suites (or even source code) --- though avoid
7373
tests that are already known to cause failures, which often begin with comments
7474
like `//@ failure-status: 101` or `//@ known-bug: #NNN`.
75-
- The already-fixed ICEs in the archived [Glacier][glacier] repository --- though
75+
- The already-fixed ICEs in the archived [Glacier] repository --- though
7676
avoid the unfixed ones in `ices/`!
7777

7878
[glacier]: https://github.com/rust-lang/glacier
@@ -143,9 +143,9 @@ rust.debug-assertions = true
143143
```
144144

145145
ICEs that require debug assertions to reproduce should be tagged
146-
[`requires-debug-assertions`][requires-debug-assertions].
146+
[`requires-debug-assertions`].
147147

148-
[requires-debug-assertions]: https://github.com/rust-lang/rust/labels/requires-debug-assertions
148+
[`requires-debug-assertions`]: https://github.com/rust-lang/rust/labels/requires-debug-assertions
149149

150150
## Existing projects
151151

0 commit comments

Comments
 (0)