diff options
Diffstat (limited to 'tests/rustdoc-ui/error-in-impl-trait/README.md')
-rw-r--r-- | tests/rustdoc-ui/error-in-impl-trait/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-ui/error-in-impl-trait/README.md b/tests/rustdoc-ui/error-in-impl-trait/README.md index 1176a4a8c..d969ab10e 100644 --- a/tests/rustdoc-ui/error-in-impl-trait/README.md +++ b/tests/rustdoc-ui/error-in-impl-trait/README.md @@ -1,5 +1,5 @@ Each of these needs to be in a separate file, -because the `delay_span_bug` ICE in rustdoc won't be triggerred +because the `span_delayed_bug` ICE in rustdoc won't be triggerred if even a single other error was emitted. However, conceptually they are all testing basically the same thing. |