rust/src/test/ui/consts/const_arg_promotable2.stderr
2019-06-05 13:25:17 +02:00

9 lines
165 B
Plaintext

error: argument 1 is required to be a constant
--> $DIR/const_arg_promotable2.rs:8:5
|
LL | bar(a);
| ^^^^^^
error: aborting due to previous error