summary refs log tree commit diff
path: root/src/test/ui/consts/const_arg_promotable2.stderr
blob: 149d1ce89408d78473de8e7138fa0e1f875918a9 (plain)
1
2
3
4
5
6
7
8
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