blob: 766f8adb0b44a58cf1ef3c3c92143214f2f82988 (
plain)
1
2
3
4
5
6
7
8
|
error: this function can only be invoked directly, not through a function pointer
--> $DIR/rustc-args-required-const2.rs:18:13
|
LL | let a = foo; //~ ERROR: this function can only be invoked directly
| ^^^
error: aborting due to previous error
|