]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const_arg_promotable2.stderr
Auto merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomatsakis
[rust.git] / src / test / ui / consts / const_arg_promotable2.stderr
1 error: argument 1 is required to be a constant
2   --> $DIR/const_arg_promotable2.rs:8:5
3    |
4 LL |     bar(a);
5    |     ^^^^^^
6
7 error: aborting due to previous error
8