Skip to content

Commit 1572e81

Browse files
committed
redundant
1 parent f5afb60 commit 1572e81

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
@@ -71,7 +71,7 @@ To build a corpus, you may want to use:
7171
- The rustc/rust-analyzer/clippy test suites (or even source code) --- though avoid
7272
tests that are already known to cause failures, which often begin with comments
7373
like `//@ failure-status: 101` or `//@ known-bug: #NNN`.
74-
- The already-fixed ICEs in the archived [Glacier][glacier] repository --- though
74+
- The already-fixed ICEs in the archived [Glacier] repository --- though
7575
avoid the unfixed ones in `ices/`!
7676

7777
[glacier]: https://github.com/rust-lang/glacier
@@ -142,9 +142,9 @@ rust.debug-assertions = true
142142
```
143143

144144
ICEs that require debug assertions to reproduce should be tagged
145-
[`requires-debug-assertions`][requires-debug-assertions].
145+
[`requires-debug-assertions`].
146146

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

149149
## Existing projects
150150

0 commit comments

Comments
 (0)