Skip to content

Commit 23056c0

Browse files
committed
horizontal scroll is excessive for these examples
1 parent b66ff8a commit 23056c0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/fuzzing.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ 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+
46+
However, they have different query stacks:
4847
```
4948
query stack during panic:
5049
#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)