rust/tests/ui/recursion_limit/zero-overflow.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
287 B
Plaintext
Raw Normal View History

2023-06-19 13:29:31 +00:00
error: queries overflow the depth limit!
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "2"]` attribute to your crate (`zero_overflow`)
2023-06-19 13:29:31 +00:00
= note: query depth increased by 2 when computing layout of `()`
error: aborting due to previous error