]> git.lizzy.rs Git - rust.git/blob - src/test/ui/recursion_limit/zero.stderr
Rollup merge of #105843 - compiler-errors:sugg-const, r=lcnr
[rust.git] / src / test / ui / recursion_limit / zero.stderr
1 error: recursion limit reached while expanding `test!`
2   --> $DIR/zero.rs:10:1
3    |
4 LL | test!(test);
5    | ^^^^^^^^^^^
6    |
7    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "2"]` attribute to your crate (`zero`)
8
9 error: aborting due to previous error
10