about summary refs log tree commit diff
path: root/tests/ui/consts/recursive-block.stderr
blob: 90814e2e0002ae8a2ba67ef2e55208481c51b121 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: queries overflow the depth limit!
  --> $DIR/recursive-block.rs:2:11
   |
LL |     const { foo::<&T>() }
   |           ^^^^^^^^^^^^^^^
   |
   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`recursive_block`)
   = note: query depth increased by 1 when computing layout of `foo<&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&i32>`

error: aborting due to 1 previous error