Skip to content

Commit 5732a40

Browse files
committed
horizontal scroll is excessive for these examples
1 parent b66ff8a commit 5732a40

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/fuzzing.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@ been reported, please go ahead and report it and link to issues you think might
3838
In general, ICEs on the same line but with different *query stacks* are usually distinct bugs.
3939
For example, [#109020][#109020] and [#109129][#109129] had similar error messages:
4040

41-
```
42-
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
43-
```
44-
```
45-
error: internal compiler error: compiler/rustc_middle/src/ty/normalize_erasing_regions.rs:195:90: Failed to normalize <() as Project>::Assoc, maybe try to call `try_normalize_erasing_regions` instead
46-
```
47-
but different query stacks:
41+
> 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
42+
43+
> error: internal compiler error: compiler/rustc_middle/src/ty/normalize_erasing_regions.rs:195:90: Failed to normalize <() as Project>::Assoc, maybe try to call `try_normalize_erasing_regions` instead
44+
45+
However, they have different query stacks:
4846
```
4947
query stack during panic:
5048
#0 [fn_abi_of_instance] computing call ABI of `<[closure@src/main.rs:36:25: 36:28] as core::ops::function::FnOnce<(Emplacable<()>,)>>::call_once - shim(vtable)`

0 commit comments

Comments
 (0)